-1

Possible Duplicate:
“Conversion to Dalvik format failed with error 1” on external Jar

I get this error:

[2011-12-13 14:21:19 - Timer Code] Conversion to Dalvik format failed with error 1

Can you please explain this? Thank you.

Community
  • 1
  • 1
  • 3
    In what context do you recieve the error? Could you isolate a section of code causing your problem? – Tobbe Dec 13 '11 at 12:25

2 Answers2

0

Go to Project » Properties » Java Build Path » Libraries and remove all except the "Android X.Y" (in my case Android 2.1). click OK. Go to Project » Clean » Clean projects selected below » select your project and click OK. That should work.

Nishant
  • 3,614
  • 1
  • 20
  • 26
  • or follow up the below link,, http://stackoverflow.com/questions/2680827/conversion-to-dalvik-format-failed-with-error-1-on-external-jar – Nishant Dec 13 '11 at 12:27
0

clean your project and rebuild it when you are getting this exception

Have a look on Reason of Conversion to dalvik format failed with error

Sunil Kumar Sahoo
  • 53,011
  • 55
  • 178
  • 243