Android Command Line Tool - Ant Debug in project with libraries
问题 I created a test project to understand how to build and run the tests using command line tool. I managed to create a project, updated it with android update project -p . and debug with ant debug When I added a library project to this test project, the ant debug started to fail because it couldn't find the build.xml of the library. The only solution I found atm is to update the library project as well (found here). Is this the correct way? I see pom.xml files in many of the libraries that I