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