Very very good...
One question, i have:
1 - Before the compiler cleans the objects folder
2 - Before R.java file is generated.
3 - Before the package is signed
4 - Before the APK is installed.
5 - After the APK is installed.
6 - After the Java compilation step
So, example if i have my package name: com.xxxx.test
i have in this path ....\Objects\bin\classes\com\xxxx\test --->
main.class
Now if i want utilize proguard can i write so:
#CustomBuildAction: 6, java -jar proguard.jar, -keep public class com.xxxx.text.main
But Proguard dont wont also -injar and -outjar
Any idea ???