Android Studio执行代码报错:Cause: unable to find valid certification path to requested target

参考网址:Android Studio执行代码报错:Cause: unable to find valid certification path to requested target_android studio cause: unable to find valid certifi-CSDN博客

今天执行一个老项目,代码没人动过,但是启动Android Studio后系统报错,报错信息为:Cause: unable to find valid certification path to requested target

下面是报错截图

网上找了好多解决方法,但是都不好用。

最后的解决方法是:

1.进入项目的build.gradle页面

2.将里面的jcenter() 注释,换成maven { url 'https://maven.aliyun.com/repository/jcenter' }

3.重新构建gradle就好了

原因分析:

报错的原因是jcenter这个库的网站无法访问了,导致Gradle校验时报错,进而整个程序无法正常运行。将此地址库修改成国内的镜像地址后,可以继续访问了,Gradle就可以继续校验,程序就可以正常运行了。

 多写两句

这个目前不能用了maven { url 'https://maven.google.com/'},替换成下边的
maven{url 'http://maven.aliyun.com/nexus/content/groups/public/'}位置同上

如果还不行再试试下边

google()
jcenter()

替换成下边
maven{url 'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
maven{url 'http://maven.aliyun.com/nexus/content/repositories/google'}

 分析:

        可能是因为对Google的限制,只能通过国内的绕过去访问

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值