Skip to content

Instantly share code, notes, and snippets.

@NaserKhoshfetrat
Created March 11, 2022 21:46
Show Gist options
  • Save NaserKhoshfetrat/22fff9b9876416b1a730d1d03730d493 to your computer and use it in GitHub Desktop.
Save NaserKhoshfetrat/22fff9b9876416b1a730d1d03730d493 to your computer and use it in GitHub Desktop.
adb command
//install
adb install package.name.apk
//uninstall
adb uninstall package.name
//proces id
adb shell pidof package.name
//debug
adb forward tcp:<port> jdwp:<proces_id>
jdb -attach localhost:<port>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment