Skip to content

Instantly share code, notes, and snippets.

@virbo
Last active February 7, 2019 12:34
Show Gist options
  • Save virbo/02584acbf75c5e3fdab1d18e36710b61 to your computer and use it in GitHub Desktop.
Save virbo/02584acbf75c5e3fdab1d18e36710b61 to your computer and use it in GitHub Desktop.
Running emulator Android from CLI

Running emulator Android from CLI

change to home android

$ cd ${ANDROID_HOME}/emulator

list AVD

$ ./emulator -list-avds

running AVD

$ ./emulator -avd Pixel_XL_API_27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment