Skip to main content

Apktool 2.0.2

Connor Tumbleson
Maintainer of Apktool
caution

This release contains an updated internal framework file.

  • Remove framework file $HOME/apktool/framework/1.apk due to internal API update (Android Marshmallow)
  • Fixed issues with apks that use .9.xml files, which improperly triggered 9patch decoder. (#1005)
  • Prevent compressing resources that should not be. (Pull 1020)
  • aapt changes
    • 5cded813 - skip compat functions.
    • eb06229e - add miui support for godzillaui.
    • d3c5cc64 - add miui support for 4 digit mnc/mcc fields.
    • ef9e8d09 - build libc++ statically.
  • Updated smali/baksmali to v2.0.8
  • Fixed issues with reference attributes being decoded improperly. (#1023) / (Thanks phhusson)
  • Fixed issue with version qualifiers being improperly added during build. (#928)
  • Added Support for Android Marshmallow (API 23). (#999)

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

Apktool 2.0.1

Connor Tumbleson
Maintainer of Apktool
  • Fixed version qualifier like v4 from being ignored during decode. (#928)
  • Fixed windows helper script from appending current directory into $PATH. (#927) / (Thanks Tercete)
  • Fixed frameworks that were SharedLibraries from affecting the apktool.yml file. (#936)
  • Fixed apks that were crashing on internal attributes. (#913)
  • Fixed ResFileValue(s) being casted to ResScalarValues. (#921)
  • Fixed reading ResConfigFlags twice. (#924)
  • Expose raw index used for resource lookups. (#990) / (Thanks mmastrac)
  • Correctly add libs and lib folders on [b]uild

This post was originally released at: https://connortumbleson.com/2015/07/15/apktool-2-0-1-released and duplicated in part here for historical reasons.