Skip to content

Instantly share code, notes, and snippets.

@mrigor
Created December 16, 2011 18:25
Show Gist options
  • Save mrigor/1487252 to your computer and use it in GitHub Desktop.
Save mrigor/1487252 to your computer and use it in GitHub Desktop.
Android emulator create commands
./android update sdk --no-ui
./android list targets
./android create avd -n {name} -t {number}
(to delete) ./android delete avd -n {name}
./emulator -avd {name}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment