Skip to main content

Apktool 1.3.0

Ryszard Wiśniewski
Creator of Apktool
  • Added 9patch image decoding support. #112
  • Fixed support for APKs lacking res directory of resources.arsc file. (#154, #160)
  • Changed default name of built file from out.apk to <original_name>.apk
  • Added possibility to chose location of output APK when building.

Apktool 1.2.0

Ryszard Wiśniewski
Creator of Apktool
  • Added feature for installing and using custom framework files - pulled from a device. See FrameworkFiles #137
  • Froyo support #147
  • updated Android framework to 2.2r1
  • removed HTC framework
  • no need to use -s/-r switch, when apk doesn't contain sources/resources
  • added protection against accidental remove of important files when decoding #146
  • made outdir argument optional when decoding
  • fix: adding dummy resources if some of them are missing #150
  • fix: better recognition of AXML files #151