Google+

Monday, July 16, 2012

How to resolve Conversion to Dalvik format failed with error 1


Many times we faced problem of "Conversion to Dalvik format failed with error 1"


When i went through Google and found many solutions but below has solved my problem.



  1. In Eclipse Package Explorer, Right Click on Project -> Select Properties -> Select "Java Build Path" -> and remove all the JARs from library. Then click OK. Project will show you an error.
  2. Then as usual your try fix project property and clean project.
  3. Then again follow the above 1st steps to add your JARs.
  4. Now follow again 2nd step to clear and clean your project.
Hurreeee,
Your problem has been resolve. Run Project and enjoy Coding



Google+