All I want to do is. . .

. . .get an app apk from and android device.

OS:

Contributors: anschwa
Updated: 07/15/13

List 3rd party packages on your device.

adb shell pm list packages -f -3

Now pull the package to your computer.

adb pull /data/app/XX.XX.XX.apk

Raw: get-apk-from-android.md


If you have suggestions, corrections, or content to contribute, fork us at our Github repo or open an issue.

Licensed under the CC-SA.