Last active
August 29, 2015 14:21
-
-
Save sahajamit/b45dc7d73b1e00472ae0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android list targets | |
android create avd -n <name> -t <targetID> [-<option> <value>] ... | |
android delete avd -n <name> | |
To Launch the avd | |
emulator -avd <name> - to launch the avd | |
android avd - to launch the avd manager | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment