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

    xiaoxiao2021-03-25  101

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

    1) Manually download Gradle 3.3 binary (direct link: https://services.gradle.org/distributions/gradle-3.3-bin.zip)

    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!

    转载请注明原文地址: https://ju.6miu.com/read-20702.html

    最新回复(0)