解决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 报错内容请搜索好吧啦网以前的文章或继续浏览下面的相关文章希望大家以后多多支持好吧啦网!
相关文章:
1. Intellij IDEA如何去掉@Autowired 注入警告的方法2. IntelliJ IDEA恢复删除文件的方法3. .NET的基元类型包括什么及Unmanaged和Blittable类型详解4. java编写一个花名随机抽取器的实现示例5. IntelliJ IDEA 下载安装超详细教程(推荐)6. IntelliJ IDEA设置背景图片的方法步骤7. SpringBoot + Vue 项目部署上线到Linux 服务器的教程详解8. idea设置代码格式化的方法步骤9. python GUI库图形界面开发之PyQt5中QWebEngineView内嵌网页与Python的数据交互传参详细方法实例10. 关于html嵌入xml数据岛如何穿过树形结构关系的问题

网公网安备