Error:SSL peer shut down incorrectly

谁说胖子不能爱 提交于 2019-12-12 09:27:41

问题


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

https://github.com/QuadFlask/colorpicker

but I have this problem,

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


回答1:


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:




回答2:


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

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



来源:https://stackoverflow.com/questions/39074882/errorssl-peer-shut-down-incorrectly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!