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 ?
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 ?
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.