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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.