Problems with Gradle in Android Studio

Viewed 4213

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

1 Answers
Related