1. 程式人生 > >Android Studio org.gradle.tooling.GradleConnectionException: Could not install Gradle distribution f

Android Studio org.gradle.tooling.GradleConnectionException: Could not install Gradle distribution f

I've faced the same issue this morning after upgrading Android Studio to 2.3. To solve the issue:

2) Open your android studio root directory, and extract the zip to the gradle folder (for example in my Debian machine the full path is /opt/android-studio/gradle/gradle-3.3)

3) Open Android Studio, go to File->Settings->Build, Exectution, Deployment->Gradle and set "Gradle home" to point your new gradle-3.3 folder.

4) Sync and you are ready to go!