Skip to content

Instantly share code, notes, and snippets.

@jayu
Last active January 31, 2019 16:01
Show Gist options
  • Save jayu/5ac1b3a9aaf3d77c7931c64ca3d7d738 to your computer and use it in GitHub Desktop.
Save jayu/5ac1b3a9aaf3d77c7931c64ca3d7d738 to your computer and use it in GitHub Desktop.
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