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'}
然后刷新同步一下就好