Cannot sync with gradle behind proxy, site is not blocked, opens from browser

前端 未结 1 345
遥遥无期
遥遥无期 2020-12-21 21:53

I am trying to open a project (developed in a different machine) with my newly installed android studio 2.3. The studio was downloading gradle-2.1.2.pom

相关标签:
1条回答
  • 2020-12-21 22:31

    I found out the answer. The solution is to add the certificate to the site https://jcenter.bintray.com in Java (follow this link to do so) and restart the android studio. Basically, the site has to be trusted by java runtime for connecting using https.

    0 讨论(0)
提交回复
热议问题