shroudedcode / apk-mitm

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

"Error: ENOENT: no such file or directory" when opening AndroidManifest.xml #152

Closed Suniron closed 3 months ago

Suniron commented 3 months ago

Hey,

First of all, thank you for this project, which looks great! 🥹

I tried to patch my first apk (I hidden the name 🤫) but i got the error below:

image

The result of cat /tmp/apk-mitm-4eb271b323fc5b8a736055bd4e853db0/logs/decoding.log:

I: Using Apktool 2.6.1 on mysuper.apk
I: Copying assets and libs...
I: Copying unknown files...
I: Copying original files...

Thank in advance for your help !

Suniron commented 3 months ago

Solved by using the xapk file containing the bundle of multiple apks !