I created an android application which is used as library in another android application. I used some third party jars in the android app which acts as a library. When I lin
If you are using ant, then you should add all your external jars to the following dir "libs" and also add following line in a new file: ant.properties:
jar.libs.dir=libs