Skip to content

Instantly share code, notes, and snippets.

@cesarferreira
Last active January 24, 2017 14:02
Show Gist options
  • Select an option

  • Save cesarferreira/99c698f30fc2061bd8954d0be39f3c3b to your computer and use it in GitHub Desktop.

Select an option

Save cesarferreira/99c698f30fc2061bd8954d0be39f3c3b to your computer and use it in GitHub Desktop.
Controlling android emulators via command line

Controlling android emulators via command line

List all your emulators:

emulator -list-avds

Run one of the listed emulators:

emulator @name-of-your-emulator

where emulator is under:

${ANDROID_SDK}/tools/emulator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment