Skip to content

Instantly share code, notes, and snippets.

@ksloan
Created April 24, 2014 19:36
Show Gist options
  • Save ksloan/11266806 to your computer and use it in GitHub Desktop.
Save ksloan/11266806 to your computer and use it in GitHub Desktop.
install android apk on emulator
# start the emulator manually and run...
adb install myapp.apk
# to reinstall...
adb install -r myapp.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment