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

前端 未结 23 1882
离开以前
离开以前 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 04:55

    dependencies {
        classpath 'com.android.tools.build:gradle:1.0.1'   
    }
    

    I change classpath com.android.tools.build:gradle:1.1.3' to com.android.tools.build:gradle:1.0.0

提交回复
热议问题