android studio ERROR: Cause: unable to find valid certification path to requested target 报错记录

android studio 更新后,重新打开旧项目,报这个错误

 

android studio ERROR: Cause: unable to find valid certification path to requested target 报错记录_第1张图片

 

 

接着百度,搜了一些解决方案,

1导入证书

https://blog.csdn.net/frankcheng5143/article/details/52164939

2 在repositories添加 maven{ "xxxxx"}

android studio ERROR: Cause: unable to find valid certification path to requested target 报错记录_第2张图片

 

可能方法不对,结果还是不行

后来一顿操作解决后还是不明原因

然后打开另一个其他的项目

简单操作file---->project structure

android studio ERROR: Cause: unable to find valid certification path to requested target 报错记录_第3张图片

 

改成

android studio ERROR: Cause: unable to find valid certification path to requested target 报错记录_第4张图片

 

 

 

 

编译接着报个错buildOutput.apkData must not be null,反手复制粘贴找答案

 

android studio ERROR: Cause: unable to find valid certification path to requested target 报错记录_第5张图片

点完后编译终于正常了

调试安装,打包都ok了

你可能感兴趣的:(android)