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
-o
parameter. It will default todist/{name}.apk
So if are disassembling Twitter.apk, it will make a
Twitter
folder, inside atTwitter/dist/Twitter.apk
the apk will reside. Also theTwitter/build
folder has the files we need to build that dist.