Where does APKTool store build APKs on Windows 10? #2536
-
|
I tried to use APKTool to modify a manifest in my apk, but I can't find the generated APK? I looked into AppData/Local/apktool I searched the entire filesystem for "*.apk" but I didn't find the one I just tried to generate. Can anybody help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
If you don't use the So if are disassembling Twitter.apk, it will make a |
Beta Was this translation helpful? Give feedback.
If you don't use the
-oparameter. It will default todist/{name}.apkSo if are disassembling Twitter.apk, it will make a
Twitterfolder, inside atTwitter/dist/Twitter.apkthe apk will reside. Also theTwitter/buildfolder has the files we need to build that dist.