How to fix “Conversion to Dalvik format failed with error 1” when you make Export Unsigned Application Package in Eclipse

Today I’ve got the “Conversion to Dalvik format failed with error 1” error when make “Android Tools–>Export Unsigned Application Package” I have ADT 23.0.2 The problem was in the Proguard. To fix it you can disable Proguard in “project.properties” (Note that it is bad idea) or update Proguard. The Proguard Read more…