1. 程式人生 > >gradle編譯問題:Cause: peer not authenticated

gradle編譯問題:Cause: peer not authenticated

問題:android studio 2.1.2版本,專案使用gradle 2.10,java使用1.7.0_101, classpath 'com.android.tools.build:gradle:2.1.0',系統ubuntu14.04 在專案中引用下面的庫時候,gradle總是編譯不了,提示 Cause: peer not authenticated maven { url "https://jitpack.io" } 網上都雖然有人也遇到相識問題,但遇到這個問題的時候,是gradle很老的版本,解決 方案基本都是升級gradle版本,但我使用的gradle2.10算很高了,而且同事電腦使用我相 同的gradle版本(當時沒看他們java版本),同樣的專案都沒問題。 最後,還是在https://jitpack.io官網找到答案。 How do I solve peer not authenticated error in Gradle? If you are running Gradle on Linux you might get the peer not authenticated error. There are at least two ways to solve this: - Upgrade to Gradle 2.11 - Run Gradle with Java 8. The project itself doesn’t need to use Java 8. 解決方案要升級gradle 2.11以上版本,或者使用java 8。 於是再次檢視同事的java版本,發現是1.8(java 8)。 最後我升級gradle 2.12後,確實可以了。但如果不看到這段官方原話,即使解決了這個問題也會 很糾結。

相關推薦

gradle編譯問題Cause: peer not authenticated

問題:android studio 2.1.2版本,專案使用gradle 2.10,java使用1.7.0_101, classpath 'com.android.tools.build:gradle:2.1.0',系統ubuntu14.04 在專案中引用下面的庫時候,gr

匯入專案報異常Cause: peer not authenticated

 在gradle 中首先 classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.3'  然後新增: repositories {

Android studio 報錯 gradel project sync failed Error:Cause: peer not authenticated

authent post -m -h cal all del erro 文件 在網上找了半天,應該是找不到gradel的路徑,試了網上非常多方法。本人解決例如以下: 在android studio中設置gradle。打開File-> settings->Gr

Error:Cause: peer not authenticated修復

 Error:Cause: peer not authenticated錯誤是由於使用jcenter倉庫時沒有指定Url需要將build.gradle程式碼 buildscript { repositories { jcenter()

Gradle peer not authenticated以及gradle依賴查詢

Gradle編譯時報錯:gradle:peer not authenticated 處理方法: Change your repository syntax to one of the following repositories { jcent

解決在gradle構建project時,發生peer not authenticated錯誤的方法

開發十年,就只剩下這套架構體系了! >>>   

https 調用驗證失敗 peer not authenticated

實現 不同 not org 失敗 下載 efault ltr net https 調用驗證失敗 peer not authenticated 報錯日誌: Caused by: javax.net.ssl.SSLPeerUnverifiedException: pe

java呼叫郵箱報錯解決Client was not authenticated to send anonymous mail during MAIL FROM

郵件傳送報錯資訊 com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.57 SMTP; Client was not authenticated to send anonymous mail during MAIL FROM 錯誤資訊:

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated 問題解決

最近線下除錯銀聯支付時報錯: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPeerCertificates(SS

Java HttpClient請求 peer not authenticated異常

HttpClient httpClient=new DefaultHttpClient();   httpClient = HttpsClient.getNewHttpsClient(httpClient);//直接呼叫即可 import java.securit

peer not authenticated和Could not generate DH keypair解決方法

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated 網上基本上都是信任所有證書來解決 SSLSocketFactory.ALLOW_ALL_HOSTNAME_VERIFIER這個方法的程式碼如下:

javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated

Hello,小夥伴好久不見!今天在聯調介面時,遇到一個錯誤,糾結了好久才解決.雖然是粗心引起的,但是也大概明白了引起這個錯誤的來龍去脈,現在整理一下,分享給大家,希望大家在遇到這個類似問題了,不會太無助; 前言 我們來看下問題發生的大背景;這次我們聯

peer not authenticated的終極解決方案

一、前述   使用httpclient發起https請求時,可能會遇到如下異常: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at sun.security.ssl.SSLSessionImpl.getPe

httpclient 出現peer not authenticated 問題解決 https

轉自:http://jingfeng198.blog.163.com/blog/static/46255920129153312606/ 用下面的程式碼就可以搞定。例子程式碼使用httpclient4.1 import java.security.cert.X509Cer

HttpClient的”javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated”異常

在開發https應用時,你的測試伺服器常常沒有一個(有效的)SSL證書。在你的客戶端連線測試伺服器時,如下的異常會被丟擲:”javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated”。 1. 程

避免HttpClient的”javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated”異常

在開發https應用時,你的測試伺服器常常沒有一個(有效的)SSL證書。在你的客戶端連線測試伺服器時,如下的異常會被丟擲:”javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated”。 解決方案:修改建

使用httpclient發起https請求時peer not authenticated,handshake_failure

轉載地址:http://www.cnblogs.com/metoy/p/6238061.html 一、前述   使用httpclient發起https請求時,可能會遇到如下異常: javax.net.ssl.SSLPeerUnverifiedException: pee

Android新版本開發工具的Android SDK Manager只有4.3及出現SSLPeerUnverified peer not authenticated解決辦法

新下載的Android新版本開發工具的Android SDK Manager只有4.3,如圖: 在網上找到一個解決辦法:在c:\windows\system32\drivers\etc\hosts檔案開啟,在檔案的最下面加上 74.125.237.1 dl-ssl.goo

部署apk時gradle編譯錯誤 Cause: duplicate entry: com/xxx/xxx/xxx.class。已解決

執行專案時出現了這個問題,報錯的資訊意思是某個類有重複入口,而且這個類是個kotlin類。但是同樣的程式碼在同事的機子上就沒問題完全可以部署執行。 於是猜想是配置問題,幾經周折找到了原因。解決方法是將下圖紅框中的勾選取消。 以下是錯誤日誌。

android studio 編譯異常問題Cause: https://downloads.gradle.org/distributions/gradle-4-all.zip

發現是路徑名字錯了,並沒有gradle-4-all.zip這個zip,從列表中選擇一個zip檔案。 然後File — invilidate Caches/Restart 清除快取,重啟。 然後就可以正常編譯了。 注:下載zip的過