Android Studio Gradle build failed. Error:Cause: peer not authenticated

前端 未结 23 1797
离开以前
离开以前 2020-12-03 04:54

I have already created one project and gradle sync worked successfully.

When I try to create another project it fails and gives the error message that



        
23条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-03 05:16

    Update your gradle to the latest version . It works perfectly .

    distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
    

    I hope it helps.

提交回复
热议问题