I\'m using IntelliJ and running Proguard in debug mode but I can\'t seem to get rid of warnings such as:
ProGuard: [
The best solution I found was to copy the -obfuscate target from /tools/ant/build.xml into your project's custom_rules.xml. Then the only block that needs to be changed is:
The only added bit is (!META-INF/MANIFEST.MF). This will exclude all the manifest files, which won't be copied in to the final APK anyway.