Skip to content

Instantly share code, notes, and snippets.

@phynet
Last active April 11, 2017 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phynet/ce5c9bc685d6b30a60e6 to your computer and use it in GitHub Desktop.
Save phynet/ce5c9bc685d6b30a60e6 to your computer and use it in GitHub Desktop.
Copying apk file from device to computer

Copying apk file from device to computer

Enter shell Android:

adb shell

List packages:

pm list packages

Get the complete path:

pm path com.myproject.something

Exit adb shell

exit

extract apk:

adb pull complete/path/project/com.myproject.something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment