0

I'm trying to extract .apk from my android device with adb. I tried this command :

adb shell pm path com.bitstrips.imoji
package:/data/app/com.bitstrips.imoji-1/base.apk

and

adb pull /data/app/com.bitstrips.imoji-1/base.apk

but I have an error "adb: error: remote object does not exist"

userHG
  • 567
  • 4
  • 29
  • @Mohsen Yes same problem but no solutions – userHG Oct 16 '18 at 18:49
  • 1
    You need to make sure `base.apk` is there first. Then, make sure about the path (`com.bitstrips.imoji-1`) then try: `adb shell cat /data/app/com.bitstrips.imoji-1/base.apk > app.apk` – ʍѳђઽ૯ท Oct 16 '18 at 18:55

0 Answers0