I have created an Android library where I included some external jars. These jars are seen in \"Referenced Libraries\" under the library project. When I reference this libra
If you've got your library project properly included, go to Properties -> Java Build Path -> Order and Export and check all the JARs you wish to include in your main project. This should work, if everything's in the same workspace.