You are on page 1of 1

APK Easy Tool v1.

55 Changelog (2019-05-11)

===[ New Features ]===


- Show Launch activity on APK info box. Useful to know what smali is the main
activity. Click on it to open the file directly if decompiled directory exist
- --use-aapt2 and other apktool options added
https://ibotpeaches.github.io/Apktool/documentation/#options
- Set API levels for decompiling and compiling

===[ Fixed issues ]===


- Fixed SharpShell and Server Registration Manager (Replaced sharpshell.dll and
srm.exe from release version https://github.com/dwmkerr/sharpshell/releases)
- Double slashes when changing all directories in root path
- Some buttons were disabled for no reason
- Didn't log anything if CMD WriteLine mode (Legacy mode) is selected
- Trying to load icon as xml instead png. Added workaround to avoid it.

===[ Enhancements ]===


- On C drive, if the program is stored on system location that would require admin
rights, it will create folders and write files on user Documents instead.
- Updated apktool.jar (ibotpeaches) to 2.4.0
- Updated 7-Zip libs (Igor Pavlov) to (2019-02-21)
- Updated aapt.exe and adb.exe (Android NDK) to 28.0.3
- Updated smali.jar/baksmali.jar (JesusFreke) to 2.2.6
- Ask before decompiling if decompile folder exists
- Replace spaces with underscore now for target file path in order to use with
other tools that doesn't support spaces
- Some UI changes
- CMD WriteLine mode (Legacy mode) is now default since the arguments mode (Normal
mode) is buggy and cause stuck in progess sometimes
- For cancelling, it will only kill one process that it is currently using instead
killing all, java, adb, 7z and zipalign. Killing is the only way to cancel at the
moment
- AETShellExt.dll will use apkeasytool-x64.exe if the system is x64

===[ Removed features ]===


- Removed prompt "Do you want APK Easy Tool to setup following work directories?"
that caused config.xml to be locked for no reason
- srm-x64.exe is no longer necessary

You might also like