Skip to content

Instantly share code, notes, and snippets.

@luveti
Created June 13, 2016 15:28
Show Gist options
  • Save luveti/bb959ad554ff534079234f17920581b1 to your computer and use it in GitHub Desktop.
Save luveti/bb959ad554ff534079234f17920581b1 to your computer and use it in GitHub Desktop.
Pull APK from android device
# 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