Skip to content

Instantly share code, notes, and snippets.

@sahajamit
Last active August 29, 2015 14:21
Show Gist options
  • Save sahajamit/b45dc7d73b1e00472ae0 to your computer and use it in GitHub Desktop.
Save sahajamit/b45dc7d73b1e00472ae0 to your computer and use it in GitHub Desktop.
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