ApkTool full changelog
ApkTool 2.10.0
released Sep 17, 2024 (New Release)
Add parallelization to decode|build command. (Thanks Cregrant)
Add reproducible builds (drop Proguard for R8).
Add automatic selection of latest apktool to helper scripts. (Thanks codebymikey
Add support for final API 34 (Upside Down Cake)
Fix stripping of META-INF files for xmlpull.
Fix disassembly of Facebook.
Fix treating stamp-cert-sha256 as unknown file.
Fix treating non-main class dex files as compressed.
Fix misalignment on namespace restriction from serializer.
Fix resource leak on unclosed ZipFile on framework install.
Fix resource leak on unclosed streams on manifest disassemble. (Thanks azotzot)
Fix sort order of files on tmpfs filesystems. (Thanks luk1337)
Fix tabs/spaces in linux helper script. (Thanks alexpopov)
Upgrade baksmali/smali to 3.0.8.
Upgrade Gradle to 8.7. (Thanks ArjunaKumarMohanta)
Upgrade proguard-gradle to 7.4.2.
Upgrade r8 to 8.5.35.
Upgrade commons-cli to 1.9.0.
Upgrade commons-io to 2.16.1.
Upgrade guava to 33.3.0.
Upgrade commons-text to 1.12.0.
Upgrade commons-lang3 to 3.17.0.
Upgrade xmlunit-legacy to 2.10.0.
Upgrade wrapper-validation-action to 3.3.0.
Upgrade gradle/actions to 4.1.0.
Upgrade github/codeql-action to 3.
Upgrade actions/upload-artifact to 4.
Add reproducible builds (drop Proguard for R8).
Add automatic selection of latest apktool to helper scripts. (Thanks codebymikey
Add support for final API 34 (Upside Down Cake)
Fix stripping of META-INF files for xmlpull.
Fix disassembly of Facebook.
Fix treating stamp-cert-sha256 as unknown file.
Fix treating non-main class dex files as compressed.
Fix misalignment on namespace restriction from serializer.
Fix resource leak on unclosed ZipFile on framework install.
Fix resource leak on unclosed streams on manifest disassemble. (Thanks azotzot)
Fix sort order of files on tmpfs filesystems. (Thanks luk1337)
Fix tabs/spaces in linux helper script. (Thanks alexpopov)
Upgrade baksmali/smali to 3.0.8.
Upgrade Gradle to 8.7. (Thanks ArjunaKumarMohanta)
Upgrade proguard-gradle to 7.4.2.
Upgrade r8 to 8.5.35.
Upgrade commons-cli to 1.9.0.
Upgrade commons-io to 2.16.1.
Upgrade guava to 33.3.0.
Upgrade commons-text to 1.12.0.
Upgrade commons-lang3 to 3.17.0.
Upgrade xmlunit-legacy to 2.10.0.
Upgrade wrapper-validation-action to 3.3.0.
Upgrade gradle/actions to 4.1.0.
Upgrade github/codeql-action to 3.
Upgrade actions/upload-artifact to 4.
ApkTool 2.9.3
released Jan 20, 2024 (New Release)
ApkTool 2.9.2
released Jan 5, 2024 (New Release)
ApkTool 2.9.1
released Dec 6, 2023 (New Release)
ApkTool 2.9.0
released Oct 8, 2023 (New Release)
feat: Upgrade gradle to v8.2.1 by @ArjunaKumarMohanta in #3141
build(deps): bump gradle/gradle-build-action from 2.5.1 to 2.6.0 by @dependabot in #3151
fix: skip files if cleaned to empty filename by @iBotPeaches in #3166
fix: opt out of stricter java rules for zip64 and dot entries by @iBotPeaches in #3178
build: test on java20 by @iBotPeaches in #3177
Correct regressions towards apktool.yml generation by @iBotPeaches in #3172
Allows run app from gradle for debugging purposes by @sv99 in #3179
fix: add missing hasResources check by @IgorEisberg in #3182
Prevent loading from resource pool if type is not a resolveable resource by @iBotPeaches in #3187
style: normalize command descs and redundancy by @IgorEisberg in #3188
fix: crash when decompiling framework-res.apk with a tag (regression) by @IgorEisberg in #3193
build(deps): bump gradle/gradle-build-action from 2.5.1 to 2.6.0 by @dependabot in #3151
fix: skip files if cleaned to empty filename by @iBotPeaches in #3166
fix: opt out of stricter java rules for zip64 and dot entries by @iBotPeaches in #3178
build: test on java20 by @iBotPeaches in #3177
Correct regressions towards apktool.yml generation by @iBotPeaches in #3172
Allows run app from gradle for debugging purposes by @sv99 in #3179
fix: add missing hasResources check by @IgorEisberg in #3182
Prevent loading from resource pool if type is not a resolveable resource by @iBotPeaches in #3187
style: normalize command descs and redundancy by @IgorEisberg in #3188
fix: crash when decompiling framework-res.apk with a tag (regression) by @IgorEisberg in #3193
ApkTool 2.8.1
released Jul 22, 2023 (New Release)
feat: Upgrade gradle to v8.2.1 by @ArjunaKumarMohanta in #3141
build(deps): bump gradle/gradle-build-action from 2.5.1 to 2.6.0 by @dependabot in #3151
fix: skip files if cleaned to empty filename by @iBotPeaches in #3166
fix: opt out of stricter java rules for zip64 and dot entries by @iBotPeaches in #3178
build: test on java20 by @iBotPeaches in #3177
Correct regressions towards apktool.yml generation by @iBotPeaches in #3172
Allows run app from gradle for debugging purposes by @sv99 in #3179
fix: add missing hasResources check by @IgorEisberg in #3182
Prevent loading from resource pool if type is not a resolveable resource by @iBotPeaches in #3187
style: normalize command descs and redundancy by @IgorEisberg in #3188
fix: crash when decompiling framework-res.apk with a tag (regression) by @IgorEisberg in #3193
build(deps): bump gradle/gradle-build-action from 2.5.1 to 2.6.0 by @dependabot in #3151
fix: skip files if cleaned to empty filename by @iBotPeaches in #3166
fix: opt out of stricter java rules for zip64 and dot entries by @iBotPeaches in #3178
build: test on java20 by @iBotPeaches in #3177
Correct regressions towards apktool.yml generation by @iBotPeaches in #3172
Allows run app from gradle for debugging purposes by @sv99 in #3179
fix: add missing hasResources check by @IgorEisberg in #3182
Prevent loading from resource pool if type is not a resolveable resource by @iBotPeaches in #3187
style: normalize command descs and redundancy by @IgorEisberg in #3188
fix: crash when decompiling framework-res.apk with a tag (regression) by @IgorEisberg in #3193
ApkTool 2.4.1
released Dec 4, 2019 (New Release)
Updated baksmali/smali to version 2.3.4
Upgrade to gradle 5.6.2
Added support for Android Q (10) Final. (Issue 2131)
Fixed build issue with JDK9+ because of jmod change. (Issue 2086)
Upgrade to gradle 5.6.2
Added support for Android Q (10) Final. (Issue 2131)
Fixed build issue with JDK9+ because of jmod change. (Issue 2086)
ApkTool 2.3.4
released Jan 16, 2019 (New Release)
[#1864] Android Pie Support
[#1776] Fixed issue rebuilding applications in aapt2 with $ or _.
[#1809] Fixed process executor to wait for response when identifying aapt versions. (Thanks sunshouxiang)
[#1843] Fixed issue with 0 byte file being detected as not compressed. (Thanks alexeikh)
[#1817] Updated aapt2 builds to latest android_9.0.0_r3 build tag.
[#1889] Align codebase so aapt and aapt2 are built from same code.
[#1884] Upgrade Gradle to v5.0 to fix Java warnings.
[#1776] Fixed issue rebuilding applications in aapt2 with $ or _.
[#1809] Fixed process executor to wait for response when identifying aapt versions. (Thanks sunshouxiang)
[#1843] Fixed issue with 0 byte file being detected as not compressed. (Thanks alexeikh)
[#1817] Updated aapt2 builds to latest android_9.0.0_r3 build tag.
[#1889] Align codebase so aapt and aapt2 are built from same code.
[#1884] Upgrade Gradle to v5.0 to fix Java warnings.
ApkTool for Windows 7 - free download notice
Windows 7 Download periodically updates software information of ApkTool from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX DVD Ripper
50% Off -
WinX MediaTrans
63% Off -
MacX Video Converter Pro
56% Off -
WinX DVD Copy Pro
42% Off -
MacX MediaTrans
63% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
Popular Tags
library
debug
windows 7
monitor
net
visual basic
software
sniffer
design
free
debugging
language
tools
add in
port
images
windows
analyzer
interface
rs232
java
Popular Windows 7 Software
- Qt 6.8.0
- StrokeScribe 5.2.12.0
- Turbo C++ 3.0
- Simply Fortran 3.36 Build 4252
- Free OCR C# 2022.8.7804
- DOSBox 0.74.3
- C# QR Barcode Reader 2021.11
- JD-GUI 1.6.6
- Turbo Pascal 7.0
- Audio Sound Editor for .NET 8.0
- KchmViewer 7.7
- CUDA 12.5.0
- Axure RP Pro 11.0.0.4122
- VisioForge Video Edit SDK .Net 2025.0.7.0
- NOWBLOG PROFESSIONAL 1.8.3 Adroid, Smartphone 1.0
© 2024 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.