Answers for "how to find apk files on android"

1

How do I get an apk file from an Android device

adb shell pm list packages
adb shell pm path com.example.someapp
adb pull /data/app/com.example.someapp-2.apk path/to/desired/destination
Posted by: Guest on August-23-2021

Code answers related to "how to find apk files on android"

Browse Popular Code Answers by Language