DOWNLOAD QuickAPKTool - Easy APK Editing - Drag & Drop To Decompile/Recompile/Install

FelixSchrodinger

Well-known member
Joined
Jun 17, 2022
Messages
256
Awards
3
Offline
Does what it says on the tin. Function over form. No pretty GUI or extensive options. Just decompiles ready for editing, recompiles, installs ready to go. Nice and quick/simple. (not guaranteed to work on all APK's but works on vast majority I've tried so far)

HOW TO USE:

Drag and drop your APK file onto the QuickAPKTool.bat file. Tool will decompile it into the main QuickAPKTool folder, then pause until the user presses any key to continue, so you can minimise the CMD window, do your edits, then re-open the window once you're done, press a key and the tool recompiles, zipaligns and signs. Once it's finished the tool asks if you want to install the APK to a connected Android device or direct on your PC. (localhost if WSA, NoxPlayer, Bluestacks etc has ADB running).

Included 3 seperate batch files (Decompile, Recompile, Install), same again, drag and drop if you want one specific function.

Enjoy (y)

1695104505944.png

Sidenote. This is nearly 200MB in size because there's Java installer inside the tools folder along with Android SDK tools, signkeys and certs. When the batch scripts run, it does a check to see if Javas installed. If it isn't, then it installs it for you.

 
Last edited:

FelixSchrodinger

Well-known member
Joined
Jun 17, 2022
Messages
256
Awards
3
Offline
Updated files to work. If anyone successfully decompiles and recompiles using apktool on Smarters v4 let me know please. Tool works fine for many apps but no matter what I try Smarters v4 fails on recompile mentioning duplicate attributes.. Maybe I need to delete duplicate lines before recompile... Fuck knows...

Still work to be done to get v4 brewing.
 

Bladet

Well-known member
Joined
Feb 20, 2022
Messages
60
Awards
3
Offline
Tested with Smarters 3.0.9.1 and worked like a charm, nice work
 

Bladet

Well-known member
Joined
Feb 20, 2022
Messages
60
Awards
3
Offline
any reason for not using the latest apktool.jar , something special for using 2.7.0
 

Verx

Active member
Joined
Jun 17, 2023
Messages
30
Awards
3
Offline
Does what it says on the tin. Function over form. No pretty GUI or extensive options. Just decompiles ready for editing, recompiles, installs ready to go. Nice and quick/simple. (not guaranteed to work on all APK's but works on vast majority I've tried so far)

HOW TO USE:

Drag and drop your APK file onto the QuickAPKTool.bat file. Tool will decompile it into the main QuickAPKTool folder, then pause until the user presses any key to continue, so you can minimise the CMD window, do your edits, then re-open the window once you're done, press a key and the tool recompiles, zipaligns and signs. Once it's finished the tool asks if you want to install the APK to a connected Android device or direct on your PC. (localhost if WSA, NoxPlayer, Bluestacks etc has ADB running).

Included 3 seperate batch files (Decompile, Recompile, Install), same again, drag and drop if you want one specific function.

Enjoy (y)

View attachment 7074

Sidenote. This is nearly 200MB in size because there's Java installer inside the tools folder along with Android SDK tools, signkeys and certs. When the batch scripts run, it does a check to see if Javas installed. If it isn't, then it installs it for you.

*** Hidden text: cannot be quoted. ***
One question, when you recompile, does it sign the application with the same original signature, or does it create a new one?
 

ivanrodz81

New member
Joined
Dec 10, 2021
Messages
3
Offline
after is recompile where the apk is save i cant find it at all, by the way great editor.
 
Top