Having a fight with IntelliJ at the moment. The darn thing won\'t download Gradle 2.1
I have an Android project hosted on GitHub, which I have cloned to my laptop.
I've fixed this issue by adding the following to me build.gradle:
repositories{ maven { url 'http://repo1.maven.org/maven2'; } }
Once done, try syncing and rebuilding your project. Hope this was helpful.