华域联盟 Andriod 解决Android studio 3.6.1 出现Cause: unable to find valid certification path to requested target 报错的问题

解决Android studio 3.6.1 出现Cause: unable to find valid certification path to requested target 报错的问题

1、首先修改根目录下的build.gradle成如下格式

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
  repositories {
    maven { url 'http://maven.aliyun.com/nexus/content/repositories/google' }
    maven { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
  }
  dependencies {
    classpath 'com.android.tools.build:gradle:3.6.1'

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

2、然后点击sync project with gradle files,如下图所示

3、 如果再次报错请清理缓存并重启AS,方法如下图

4、(最重要的步骤)如果再次报错,请不厌其烦的且厚不要脸的多次点击这个小象(即重复第二步操作),正常情况下奇迹会发生的。(反正我是见证该奇迹了)

到此这篇关于解决Android studio 3.6.1 出现Cause: unable to find valid certification path to requested target 报错的问题的文章就介绍到这了,更多相关Android studio 3.6.1 报错内容请搜索华域联盟以前的文章或继续浏览下面的相关文章希望大家以后多多支持华域联盟!

本文由 华域联盟 原创撰写:华域联盟 » 解决Android studio 3.6.1 出现Cause: unable to find valid certification path to requested target 报错的问题

转载请保留出处和原文链接:https://www.cnhackhy.com/108159.htm

本文来自网络,不代表华域联盟立场,转载请注明出处。

作者: sterben

Android Studio 3.6 layout文件text模式切换问题

Android Studio升级3.6 Build窗口出现中文乱码问题解决方法

发表回复

联系我们

联系我们

2551209778

在线咨询: QQ交谈

邮箱: [email protected]

工作时间:周一至周五,9:00-17:30,节假日休息

关注微信
微信扫一扫关注我们

微信扫一扫关注我们