After upgrading to version 0.27 I get this error when trying to build and run my project:
Gradle: A problem occurred evaluating root project 'BeerPortfolioPro'.
> Gradle version 1.6 is required. Current version is 1.8-20130730220035+0000
My gradle file begins with this:
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:0.5.+'
}
}
I tried changing it to 1.6 and 1.8 and neither fixed the problem.