Skip to main content

Apktool 2.2.2

Connor Tumbleson
Maintainer of Apktool
caution

This release contains an updated internal framework file.

  • apktool empty-framework-dir to remove the old file.
  • Added Android 7.1 Resources (#1349)
  • Update aapt to android-7.1.1_r4.
  • Upgrade to gradle 3.3
  • Fixed NPE with styles that had a parent that didn't exist. (#1370)
  • Fixed issue with TYPE_DYNAMIC_ATTRIBUTE treating improperly which affected Nougat based applications. (#1382) / Thanks xpirt
  • Fixed issue with APKs that have invalid characters. (#885), (#1389)
  • Fixed issue with versioning vector images during build. (#1384)
  • Fixed issue with APKs that have invalid characters in filename. (#1369)
  • Fixed build issue where space was in build path. (#1394)
  • Fixed issue with APKs that have 3 non-positional attributes. (#1360)
  • Fixed issue with APKs that require non-standard pkgId. (#1119), (#989), (#1278), (#1377), (#1091) / Thanks peter23
  • Fixed issue with APKs that used reserved words do and if. (#1404)

This post was originally released at: https://connortumbleson.com/2017/01/23/apktool-v2-2-2-released and duplicated in part here for historical reasons.

Apktool 2.2.1

Connor Tumbleson
Maintainer of Apktool
caution

This release contains an updated internal framework file.

  • apktool empty-framework-dir to remove the old file.
  • Android Nougat Support. (Issue 1223)
  • Fixed issue with missing attributes (using Android N Final Preview Sdk). (Issue 1243)
  • Fixed issue with new value type 8 - TYPE_DYNAMIC_ATTRIBUTE. (Issue 1317)
  • Gracefully handle APKs with additional data after TYPE chunks. (Issue 1324) / Thanks jamestut
  • Pass minSdkVersion to smali to correctly trigger edge cases where proper API needs to set. (Issue 1313) / Thanks benjamin-promon
  • Added empty-framework-dir command to clean up framework directory to ease upgrades. (Issue 901)
  • Handle applications that trick apktool with unknown header type. (Issue 1332) / Thanks xpirt

This post was originally released at: https://connortumbleson.com/2016/10/18/apktool-v2-2-1-released and duplicated in part here for historical reasons.