1

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

when i m running my application this will show this error in console.

Unable to execute dex: invalid LOC header (bad signature)

Conversion to Dalvik format failed: Unable to execute dex: invalid LOC header (bad signature)

can any one help me out what is this error? why this error occurs.

Community
  • 1
  • 1
Hetal Patel
  • 127
  • 1
  • 2
  • 9

1 Answers1

1

It's most likely a problem with your libraries.

Go to Eclipse, then right click your project, go to properties, android build path, then libraries. In your list of libraries delete everything EXCEPT your android X.X.X file

You can also try to do project --> clean

programmer33
  • 642
  • 8
  • 19