niklashigi / apk-mitm

🤖 A CLI application that automatically prepares Android APK files for HTTPS inspection
https://npm.im/apk-mitm
MIT License
3.81k stars 346 forks source link

Encoding process failed #157

Open sriadimanav opened 6 months ago

sriadimanav commented 6 months ago

Getting following error:

apk-mitm doesn't officially support ARM-based devices (like Raspberry Pi's)
at the moment, so the error above might be a result of that. Please try
patching this APK on a device with a more common CPU architecture like x64
before reporting an issue.
Screenshot 2024-04-01 at 1 59 04 PM
sriadimanav commented 6 months ago

able to solve using latest apktool version command: apk-mitm --apktool <apktool-jar-path> <test-apk-path>

apktool jar link -> https://github.com/iBotPeaches/Apktool/releases

alfatama commented 6 months ago

not working

brandhill commented 5 months ago

able to solve using latest apktool version command: apk-mitm --apktool <apktool-jar-path> <test-apk-path>

apktool jar link -> https://github.com/iBotPeaches/Apktool/releases

Thanks. It works for me. It seems that <apktool-jar-path> needs to be a full path.

Wjxfi commented 5 months ago

Not working

calvin-wjy commented 4 months ago

not working