Skip to content

Instantly share code, notes, and snippets.

@rivancic
Last active March 18, 2016 19:06
Show Gist options
  • Save rivancic/eed843d15dc86924ef33 to your computer and use it in GitHub Desktop.
Save rivancic/eed843d15dc86924ef33 to your computer and use it in GitHub Desktop.
ADB
# show the attached device
adb devices
# install application
adb install thisIsTheAPKName.apk
# unistall app
adb uninstall <package name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment