Groboclown, I try your packing scripts ant at last it work
After reading the readme and installing ant, I have to:
- use “resources/global.properties” to create a local.properties (Mandatory for the setting of “default.jdk-dir”, i.e. “C:/Program Files/jdk1.7” no /bin !)
- change proguard version (I use jdk 1.7 and I solve some error using proguard 4.8)
- update ant-include.xml (add source="@{jdk-target}" at line 115, in javac-4k macrodef) to avoid javac warning.
Hope this help other users.
With Kzip, DeflOpt and yguard I reduce my archive size by 200 Bytes (compared to my manual processing using proguard and pack200)!