Skip to content

Instantly share code, notes, and snippets.

@ytkhs
Created March 19, 2011 04:10
Show Gist options
  • Save ytkhs/877218 to your computer and use it in GitHub Desktop.
Save ytkhs/877218 to your computer and use it in GitHub Desktop.
uninstall and install command for android adb
$ adb devices #check connected device
$ adb uninstall <package name>
$ adb install <apk filename>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment