Android Ant Include Java Library projects
问题 I am trying to compile an Android project using Ant so that it works with a build machine and I am having issues. I have five projects total: three are just java library projects and the other two are actual Android projects. Only one project is actually compiled and installed but it pulls from the other projects in order to compile. I have tried using the android update project --name <name> --target <target> --path <path> to generate my build.xml file. It generates the build.xml just fine