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
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
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.
Remove all the external JAR's you added, and add only those required again. That will solve the issue!