Skip to content

Instantly share code, notes, and snippets.

@jayu
Last active January 31, 2019 16:01
Run android emulator from terminal
# 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