Saturday 20 December 2014

Pull installed apk from device to PC

1. connect device
2. open command prompt (start -> run -> type: cmd)
3. find the package name by typing: adb shell pm list packages
4. find the package path by typing: adb shell pm path com.example.someapp
5. adb pull /data/app/com.example.someapp-2.apk

No comments: