After updating to the latest developer tools, ADT 14, my Android project that includes library projects will no longer run producing the error:
Dx UNEXPECTED TOP-LEVEL EXCEPTION: ... already added: ...
...
Conversion to Dalvik format failed with error 1
The other threads describing this issue with solutions that include removing and re-adding the projects do not work.
This problem is listed as a known issue of ADT 14. Here’s the quote from the Android Tools Project Site:
Solution:
As it says, the solution is to remove the
<libraryname>_srcsource folders from your projects. You can do this by right clicking them and choose “Build Path -> Remove from Build Path” or in your project properties (Java Build Path -> Source tab).