Error:SSL peer shut down incorrectly

2019-04-17 17:58发布

I'm coding in Android studio. I cloned a project from gitHub

https://github.com/QuadFlask/colorpicker

but I have this problem,

enter image description here

I don't know how to solve it because I'm new in android studio.

2条回答
smile是对你的礼貌
2楼-- · 2019-04-17 18:30

Using http at the beginning of the distributionUrl resolved it for me:

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

查看更多
男人必须洒脱
3楼-- · 2019-04-17 18:31

I have come across the same problem,here is how i fix it.Change the item distributionUrl of gradle-wrapper.properties file to your local gradle,detail see the picture below:

enter image description here

查看更多
登录 后发表回答