Andrew Quebe
Andrew Quebe

Reputation: 2293

Problems with Gradle in Android Studio

I had to reinstall Android Studio and now when I try to build my projects I get this error:

org.gradle.tooling.GradleConnectionException: Could not create an instance of Tooling API implementation using the specified Gradle distribution 'http://services.gradle.org/distributions/gradle-1.9-all.zip'.: Could not create an instance of Tooling API implementation using the specified Gradle distribution 'http://services.gradle.org/distributions/gradle-1.9-all.zip'.

I tried editing system variables and Android Studio settings but nothing has seemed to work.

Andrew

Upvotes: 4

Views: 4256

Answers (1)

Scott Barta
Scott Barta

Reputation: 80010

This is a problem with the Android plugin v0.7.2 and will be fixed in 0.7.3. In the meantime you can force it back to 0.7.1 following the answer here:

Android Studio fails - unsupport unsupported major minor version 51.0

Upvotes: 2

Related Questions