解決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. 詳解Android studio 動態fragment的用法2. 解決Android studio xml界面無法預覽問題3. 基于android studio的layout的xml文件的創建方式4. 圖文詳解vue中proto文件的函數調用5. Spring Boot和Thymeleaf整合結合JPA實現分頁效果(實例代碼)6. 什么是python的自省7. Android如何加載Base64編碼格式圖片8. Vuex localStorage的具體使用9. Vue封裝一個TodoList的案例與瀏覽器本地緩存的應用實現10. 使用Android studio查看Kotlin的字節碼教程

網公網安備