Skip to content

Instantly share code, notes, and snippets.

@myvyang
Last active March 5, 2020 04:35
Show Gist options
  • Save myvyang/50448e2a891a01e2b370049f38b39d8a to your computer and use it in GitHub Desktop.
Save myvyang/50448e2a891a01e2b370049f38b39d8a to your computer and use it in GitHub Desktop.
ADB_tips
adb shell pm list packages
adb shell pm clear com.package.app
adb uninstall com.package.app
adb install -t debug.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment