Answers for "android studio get apk file"

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 "android studio get apk file"

Browse Popular Code Answers by Language