Problems with Gradle in Android Studio

I had to reinstall Android Studio, and now when I try to create 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 the system variables and settings of Android Studio, but nothing worked.

Andrew

+4
source share
1 answer

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

Android Studio Crash - Unsupported Major Supporting Version 51.0

+2
source

All Articles