美文网首页
Error:SSL peer shut down incorre

Error:SSL peer shut down incorre

作者: 在一颗大大大榕树下 | 来源:发表于2019-10-08 16:11 被阅读0次

一般都是因为下载太慢
使用阿里镜像可以解决:

buildscript {

    repositories {
        google()
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
    }
}

allprojects {
    repositories {
        google()
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
        jcenter()
    }
}

相关文章

网友评论

      本文标题:Error:SSL peer shut down incorre

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