In my android app, i want to test some features with proguard on.
I don\'t need to really \"debug\" it, but i want proguard to run when i hit run in eclipse. I don\'
Regarding custom Ant builds (and based on Victor's answer), adding the following to my build.xml file works for me:
Notice that I had to override (actually pre-set) the out.dex.jar.input.ref; otherwise, the later running of dx will attempt to merge non-disjoint jars and throw the DexException: Multiple dex files define Xxx.