0

When i'm executing my project its giving me and error

Conversion to Dalvik format failed with error 1

i'm unable to find what is the error and how to resolve it

Trikaldarshiii
  • 11,174
  • 16
  • 67
  • 95
  • Anything you've changed recently? Have you tried restarting the IDE, emulator, and every related app? – Vicente Plata Apr 18 '12 at 05:50
  • You can try this link http://stackoverflow.com/questions/2680827/conversion-to-dalvik-format-failed-with-error-1-on-external-jar – Dinesh Apr 18 '12 at 05:50

3 Answers3

1

This means that you have conflicting class/method names. Try to find which of your libraries/.jar files could have the same method names/ classes and make sure you only have no duplicates in a project scope.

Demonick
  • 2,116
  • 3
  • 30
  • 40
1

Remove all the external JAR's you added, and add only those required again. That will solve the issue!

nithinreddy
  • 6,167
  • 4
  • 38
  • 44
1

Remove from the libs> jars from the project...It will be resolve...