美文网首页
Received close_notify during han

Received close_notify during han

作者: 黑芝麻胡 | 来源:发表于2020-06-19 10:33 被阅读0次

    1、翻译过来的意思是 :握手时收到关闭通知。如图:


    image.png

    因为Android studio 在编译工程的build.gradle时 ,Jcenter里面的数据无法下载,(注:我的报这个错误可能是公司对访问的网络有权限,所以无法访问jcenter的数据)

    解决:打开工程的build.gradle文件 ,把buildscript和allprojects中的Jcenter 替换成阿里云的就可以了。如图:


    image.png
     maven{ url'http://maven.aliyun.com/nexus/content/groups/public/' }
     maven{ url'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
    

    然后 在Sync Now 一下就行了

    相关文章

      网友评论

          本文标题:Received close_notify during han

          本文链接:https://www.haomeiwen.com/subject/meqvxktx.html