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
I had issues with slow Android compilation when I had libraries in my project and solved this by applying "--incremental" switch to dex tool. See this question on SO.