I am seeing 'Conversion to dalvik format failed with error 1' when exporting my app but I dont see anything in the console output to help me resolve it
I have restarted eclipse and checked the console and I dont see anything?
Where do the proguard logs get stored?
When running the app without proguard all works fine
Update your version of proguard to the latest version: http://proguard.sourceforge.net/
Go to Project » Properties » Java Build Path » Libraries and remove all except the "Android X.Y" (in my case Android 1.5). click OK. Go to Project » Clean » Clean projects selected below » select your project and click OK. That should work.
It is also possible that you have a JAR file located somewhere in your project folders (I had copied the Admob jar into my src forlder) and THEN added it as a Java Path Library. It does not show up under the Package Explorer, so you don't notice it, but it does get counted twice, causing the dreaded Dalvik error 1.
Answer was found in this question
For me problem was that included proguard.config
as:
proguard.config=proguard-project.txt
instead of (forget to mention default proguard config)
proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With