This post talks about how to build an Android Project using ant which depends on an Android Library project.
Add default.properties in the library project and add android.library=true in the same
Run the command in the main Android Project android update project –path . –library ../path-to-the-library/Note: This always has to be relative path.
Now running ant release should build the [...]