本文介绍了错误:SSL对等关闭不正确的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在Android工作室编码。我克隆了一个来自gitHub的项目
我不知道如何解决它,因为我是android studio新手。
解决方案
我遇到了同样的问题,这里是我如何解决它。更改 distributionUrl
code> gradle-wrapper.properties 文件添加到您的本地gradle中,详细信息请参阅下图:
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.
解决方案
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:
这篇关于错误:SSL对等关闭不正确的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!