Created
November 7, 2017 16:25
-
-
Save adambabik/0e6f9eda32f276ae8fa59f7249b97a65 to your computer and use it in GitHub Desktop.
This is a way to start an Android emulator
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
# get list of emulators | |
android list avd | |
# start a selected emulator | |
cd ~/Library/Android/sdk/tools | |
./emulator -avd Nexus_5X_API_23 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment