I have an Android project that includes two Android Library projects.
I\'m using the command ant debug to build the project and it takes around 1min and 20s
ant debug
Add dont.do.deps=1 to your local.properties (or pass this property to ant some other way)
dont.do.deps=1
local.properties