My Android project uses several git submodules marked as Android Libraries. These submodules all have different uses of the ORMlite Android jars and thus have the ORMlite ja
Had the same problem but with android-support-v4.jar — it was used in referenced project library and app project. Here's the solution
Workaround: 1. Remove file android-support-v4.jar from App/libs 2. In Eclipse add jar referenced to ReferencedProjectLibrary/libs/android-support-v4.jar
It works in Eclipse and Ant too ;)