Gradle sync error in Android studio when importing project

前端 未结 4 611
情深已故
情深已故 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:59

    I think the site, https://services.gradle.org/distributions/ has wrongly configured ssl certificate issue. The certificate used for that domain is not a proper one for the domain name. Not trusted certificate

    I think you should wait until Gradleware fixes it, and in the meantime, you can temporarily use Emanuel's workaround.

提交回复
热议问题