android 巨坑 Received close_notify during handshake 或 Connection reset

问题:

1.Android Studio提示 Connection reset

2.ERROR: Received close_notify during handshake

解决方法:

1.配置
compileSdkVersion 28
buildToolsVersion "28.0.1"

2.删除.idea 重启as

3.删除.gradle 重启as

4.还是不行看 gradle log

 

你可能感兴趣的:(android)