Gradle sync error in Android studio when importing project

前端 未结 4 610
情深已故
情深已故 2020-12-20 11:04

I am trying to run this open source project from github. I am getting this error in gradle. I am running Android studio in \"Administrator mode\". When i click on \"try agai

4条回答
  •  既然无缘
    2020-12-20 11:49

    As a temporary workaround you may download Gradle over http instead of https.

    Edit gradle/wrapper/gradle-wrapper.properties, that should be available at the root of your project, and change distributionUrl to:

    distributionUrl=http\://services.gradle.org/distributions/gradle-2.2.1-all.zip
    

提交回复
热议问题