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

前端 未结 23 1814
离开以前
离开以前 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:07

    Make sure you have specified latest gradle version in build.gradle file and latest distributionUrl in gradle-wrapper.properties file. Check network connetivity is proper or not [ Network connection should be without firewall/other settings which can stop upgrading gradle]

提交回复
热议问题