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

org.gradle.tooling.GradleConnectionException: Could not install Gradle distribution from

STS中Gradle依賴依賴無論如何也無法下載,build時報了個錯誤

首先刪除.gradle資料夾

試了下https://services.gradle.org/地址,果然不通,換了個地址

repositories {
    jcenter {
        url "http://jcenter.bintray.com/"
    }
 }