[Android Tool] APKTools Windows GUI Decompile/Recompile/ZipAlign/SignAPK
2015. 5. 13. 14:11ㆍPrograming/Debugging
Hi everyone, I want to share a tool that I make it myself for easy to modify APKs (Because laziness so I don't want to type cmd ).
REQUIREMENTS :
1. Windows XP or above.
2. .NET 2.0 is installed (default on XP, Vista, 7)
2. JRE/JDK Installed.
3. An APK that you want to do something with it.
FEATURE:
1. Decompile APK.
2. Recompile APK.
3. Batch SignAPK (You can select or Drag multiple file).
4. Batch ZipAlign APK (You can select or Drag multiple file).
The inputboxes are Drag&Drop able.
CREDITS & BIG THANKS TO :
- viperneo for MetroFrameworkUI.
- brutall for apktool.
- Anyone that make signapk.
- The Android Opensource Project for zipalign.
'Programing > Debugging' 카테고리의 다른 글
java.lang.InstantiationException: can't instantiate class Activity (0) | 2015.07.28 |
---|---|
"Loading data for Android 5.0" has encountered a problem. - Parsing Data for android-21 failed (0) | 2015.07.10 |
GC overhead limit exceeded (0) | 2015.04.24 |
[JAVA] Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException (0) | 2015.04.09 |
java was started but returned exit code=13 (0) | 2015.03.20 |