Closed hisa13 closed 1 year ago
I could solve this problem with editing script like below
https://github.com/ax/apk.sh/blob/7679045351d0780f2d342e2819505e0dc5277a5a/apk.sh#L173
- DECODE_CMD_START="java -jar $APKTOOL_PATH d"
+ DECODE_CMD_START="java -jar $APKTOOL_PATH d -f -r"
Information
apk.sh output
Steps to Reproduce
./apk.sh pull com.instagram.android
APK
Instagram v286.0.0.20.69 arm64 v8a (installed from playstore)
Questions to ask before submission
Are you using the latest apk.sh version? yes