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\'
It is possible if you build with Ant. See Android custom build using Ant on how to build your project with ant. Then, simply override in the project's build.xml the target "-debug-obfuscation-check" and set proguard.enabled to true: