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"