4

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

Andrew Quebe
  • 2,263
  • 5
  • 25
  • 53

1 Answers1

2

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

Community
  • 1
  • 1
Scott Barta
  • 79,344
  • 24
  • 180
  • 163