美文网首页
AndroidStudio SSL peer shut down

AndroidStudio SSL peer shut down

作者: 大飞_2048 | 来源:发表于2019-11-12 15:08 被阅读0次

1、解决问题记录

buildscript {
    repositories {
        google()
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
        jcenter()
        
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.5.2'
        
        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

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

相关文章

网友评论

      本文标题:AndroidStudio SSL peer shut down

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