Compiling android project with a library project fails with missing classes.jar
问题 I'm making an app that depends on the Android v7 appCompat support library. When I'm trying to build the project with Ant, I get an error from dex stating that it can't find the file classes.jar from the appCompat project's bin directory. Here's what I have done: I copied the appCompat directory under the SDK over to my project. It is now one of the top-level directories along with libs, res, src etc. I added the library to my project: android update project --target 1 --path . --library .