1

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

I am getting following Error while running my program Conversion to Dalvik format failed with error 1. So what could be the problem ?

Community
  • 1
  • 1
Sandip Armal Patil
  • 6,241
  • 21
  • 93
  • 160

1 Answers1

1

I think you must have included new libraries(jar files) into your project, which is causing the error you stated. The error is caused if two or more libraries added have the same class. You should find the libraries which are causing the error and try removing one of them.

Moog
  • 10,193
  • 2
  • 40
  • 66
5hssba
  • 8,079
  • 2
  • 33
  • 35