Skip to content

Instantly share code, notes, and snippets.

@righettod
Last active October 5, 2019 08:28
Show Gist options
  • Save righettod/8a044b76c5cccf9c9551 to your computer and use it in GitHub Desktop.
Save righettod/8a044b76c5cccf9c9551 to your computer and use it in GitHub Desktop.
Retrieve Android APK from Smartphone using ADB.
  1. List package in order to find application package name: adb shell pm list packages
  2. Display package path: adb shell pm path [PACKAGE_NAME]
  3. Download APK: adb pull [PACKAGE_PATH]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment