I\'m working my way through APress\'s Beginning Android 2 and I\'ve made it all the way to chapter 3, where we build a skeleton app. The book tells me to compile my applicat
I know it is a bit odd, but even I install brew install ant
and rebuild / re-sync the gradle file, it still doesn't work, so I restarted my Intellij and it started to download the ant1.7
again from maven.
Ant isn't included with the Android SDK. I suggest you get it from the official site.
Ant is tool to build projects from commondline and it is different tool. It's not android specific. So if your are using a Debian-based/Ubuntu machine you can install it by
sudo apt-get install ant