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