Last active
May 21, 2019 13:41
-
-
Save byk0t/dca2158aaee44a8b4d91adffaa112e85 to your computer and use it in GitHub Desktop.
Run android virtual device (avd) from command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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