Android开发笔记
作者:互联网
1.Received close_notify during handshake
Android Studio编译的时候gradle报错为Received close_notify during handshake,即握手期间收到close_notify。是因为jcenter取不到东西,将项目中的build.gradle,所有jcenter()替换成:
maven { url 'https://maven.aliyun.com/repository/jcenter' }
参考https://blog.csdn.net/qq_36428821/article/details/104289585
标签:handshake,jcenter,笔记,开发,notify,https,close,Android 来源: https://www.cnblogs.com/asianking/p/13553486.html