Received close_notify during handshake

关于 Received close_notify during handshake 的错误 

解决方法:
在build.gradle中进行以下操作

注释部分 // jcenter()
替换为以下代码:

 maven{ url'http://maven.aliyun.com/nexus/content/groups/public/' }

maven{ url'http://maven.aliyun.com/nexus/content/repositories/jcenter'}

 

然后刷新同步一下就好

posted @ 2020-10-26 17:21  RockSmall  阅读(640)  评论(0编辑  收藏  举报