Created
June 13, 2016 15:28
-
-
Save luveti/bb959ad554ff534079234f17920581b1 to your computer and use it in GitHub Desktop.
Pull APK from android device
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# list all packages | |
adb -dshell pm list packages | |
# get full apk path | |
adb -d shell pm path <package name> | |
# pull it | |
adb pull <path to apk> <local path> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment