Skip to content

Instantly share code, notes, and snippets.

@byk0t
Last active May 21, 2019 13:41
Show Gist options
  • Save byk0t/dca2158aaee44a8b4d91adffaa112e85 to your computer and use it in GitHub Desktop.
Save byk0t/dca2158aaee44a8b4d91adffaa112e85 to your computer and use it in GitHub Desktop.
Run android virtual device (avd) from command line
1. Check existed avds
emulator -list-avds
2. Run (in my case it is Nexus_5X_API_28_x86)
emulator -avd Nexus_5X_API_28_x86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment