I'm trying to build the clover SDK using the gradlew command and it always breaks with an exception. I have run out of ideas. Could somebody give me a light about what I'm doing wrong ? This is the SDK freshly downloaded, no changes at all.
This what I get:
$ ./gradlew
Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary configuration failure takes precedence.
java.lang.IllegalStateException: buildToolsVersion is not specified.
at com.google.common.base.Preconditions.checkState(Preconditions.java:176)
.
. the exception stuff
.
FAILURE: Build failed with an exception.
* Where:
Build file '/Users/joel/Downloads/clover-android-sdk-master/clover-android-sdk/build.gradle' line: 21
* What went wrong:
A problem occurred evaluating project ':clover-android-sdk'.
> Failed to apply plugin [id 'android-maven']
> Could not create plugin of type 'AndroidMavenPlugin'.