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\'
With Android Studio you can use -dontobfuscate option in your Proguard rules file and debugger will work fine. I'm not sure if it works with Eclipe as well.
-dontobfuscate