AndroidStudio Cause: unable to find valid certification path to requested target 报错的解决方法

在项目的根目录的build.gradle 中的

 

buildscript {
    repositories {
        google()
        jcenter()
        maven { url "https://jcenter.bintray.com" }
    }

maven { url "https://jcenter.bintray.com" } 添加上这段话就可以。

 

 

你可能感兴趣的:(一步一步)