Building an android library project with jar dependencies
问题 I have been struggling with a problem for a few days now and I am at a loss for how to fix this. I am working with an Android Library project that is being compiled using the Android tool as provided by the android sdk. Inside the project, I follow the standard structure of an an android project (where my jar files are found inside the libs directory of the project: I am finding that when I compile the project using Ant doing: <target name="compile-payment-lib" depends="prepare,init-profile">