Skip to content

Instantly share code, notes, and snippets.

@shirts
Last active July 13, 2016 22:58
Show Gist options
  • Save shirts/72bdbe27f952e0eb6fcf1681b92000db to your computer and use it in GitHub Desktop.
Save shirts/72bdbe27f952e0eb6fcf1681b92000db to your computer and use it in GitHub Desktop.
Manage Emulators
android avd
Run Emulator
emulator -avd <AVD_Name>
Install apk onto emulator
adb -e install <path to apk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment