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

Can i Use apktool flags for external aapt? #106

Open Anonymous2716 opened 2 years ago

Anonymous2716 commented 2 years ago

I'm using alpine Linux in termux (proot) . apktool has prebuilt aapt but that's for x86 and 64 CPUs. So I have a custom aapt and aapt2 that can rebuild an app if I specify with -a , --aapt option .I see apk-mitm has --apktool option . so I wanna know can I use flags for apktool? The build fails just for aapt.