How to specify lib folder for JARs when using Android-generated ant build file? How to specify lib folder for JARs when using Android-generated ant build file? xml xml

How to specify lib folder for JARs when using Android-generated ant build file?


Our Android application requires a JAR file that lives inside the lib folder of our project

Put it in the libs/ folder, and everything will work automatically. I do not know what in your application could possibly require the lib/ directory instead of libs/.