Last active
June 4, 2019 10:57
-
-
Save realmahdi/a978d4e9ca459563c05c022ea583fd2f to your computer and use it in GitHub Desktop.
get an apk file from an 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
adb shell 'cat `pm path [your_package_name] | cut -d':' -f2`' > [your_destination_path] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to view app's full package name?
adb shell "pm list packages -f [AppName]"