Unable to find valid certification path to requested target


Unable to find valid certification path to requested target_第1张图片

 

处理方法1:

在用户目录下找到隐藏文件夹.gradle,在该目录下找到文件gradle.properties(默认不存在,需要手动创建),将下面内容写入文件中


systemProp.http.proxyHost=www.proxyhost.org
systemProp.http.proxyPort=8080
systemProp.http.proxyUser=userid
systemProp.http.proxyPassword=password
systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost

systemProp.https.proxyHost=www.proxyhost.org
systemProp.https.proxyPort=8080
systemProp.https.proxyUser=userid
systemProp.https.proxyPassword=password
systemProp.https.nonProxyHosts=*.nonproxyrepos.com|localhost

处理方法2 :我的问题是:没找到gradle路径,我的解决方法是:windows--->preferences-->gradle--->folder-->填写地址(gradle的安装路径)我的是E:/tools/gradle

如下图:

      希望对大家 有用



   


你可能感兴趣的:(Unable to find valid certification path to requested target)