Skip to content

Instantly share code, notes, and snippets.

@realmahdi
Last active June 4, 2019 10:57
Show Gist options
  • Save realmahdi/a978d4e9ca459563c05c022ea583fd2f to your computer and use it in GitHub Desktop.
Save realmahdi/a978d4e9ca459563c05c022ea583fd2f to your computer and use it in GitHub Desktop.
get an apk file from an Android device
adb shell 'cat `pm path [your_package_name] | cut -d':' -f2`' > [your_destination_path]
@realmahdi
Copy link
Author

how to view app's full package name?
adb shell "pm list packages -f [AppName]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment