I am getting an error \"Conversion to Dalvik format failed with error 1\" when using the -dontobfuscate flag. Otherwise my app exports fine. I don\'t want to obfuscate becau
Add !code/allocation/variable is workaround for ProGuard bug when -dontobfuscate is set to your -optimizations
!code/allocation/variable
-dontobfuscate
-optimizations
For example
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*,!code/allocation/variable