I have an Android Project in Android Studio 0.5.9 and Gradle is throwing this error:
Error:The SDK Build Tools revision (17.0.0) is too low. Minimum required
I fixed this issue by going into myAppProject/actionbarsherlock/build.gradle and changing
myAppProject/actionbarsherlock/build.gradle
android { compileSdkVersion 14 buildToolsVersion '17.0.0'
to this
android { compileSdkVersion 14 buildToolsVersion '19.1.0'