Last active
January 31, 2019 16:01
-
-
Save jayu/5ac1b3a9aaf3d77c7931c64ca3d7d738 to your computer and use it in GitHub Desktop.
Run android emulator from terminal
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
# change $NUMBER to number of emulator from list (emulator -list-avds) | |
emulator @$(emulator -list-avds | tr "\n" "," | cut -d ',' -f $NUMBER) > /dev/null 2>&1& |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment