Error:SSL peer shut down incorrectly(完美解決)
前提條件
http://services.gradle.org/distributions/
- 複製到瀏覽瀏覽器能開啟
- 下一步 開啟Android studio
- gradle version 配置檔案進行更改
Android Studio 預設配置
-
**將紅色區域地質替換成http://services.gradle.org/distributions/ **
-
**成功者記得評論- **
https://github.com/dvlp-org/karler_blog (問題解決了!!!來個star?)
成功解決者記得評論
給你個板凳,等你來坐~
相關推薦
Error:SSL peer shut down incorrectly(完美解決)
前提條件 http://services.gradle.org/distributions/ 複製到瀏覽瀏覽器能開啟 下一步 開啟Android studio gradle version 配置檔案進行更改 Android Studio 預設配
Error:SSL peer shut down incorrectly的解決方法
這個問題通常出現在Android Studio更新失敗的時候,會在一開始建立專案的時候報錯如下: 百度和谷歌之後知道是Gradle的配置有問題【接下來的藍色字型部分是遇到的新問題,如果不瞎操作的話,直接跳到黑色字型部分繼續閱讀】 【記住要選擇xx-all 這種格式的z
Android Studio Error:SSL peer shut down incorrectly
從github上clone下的專案,Android studio 執行報錯Error:SSL peer shut down incorrectly。如下圖 參考本地可以正常編譯的專案,修改引數,可以解決 Error:SSL peer shut do
Android Studio新建和匯入專案報錯, Read timed out,Error:SSL peer shut down incorrectly
建立新專案時出現 Android Studio Read timed out Error:SSL peer shut down incorrectly 解決辦法:在project的gradle中加入以下程式碼 順序很重要 google() mavenCen
Error:SSL peer shut down incorrectly
could not find com.android.support:appcompat-v7:27.0.0及Error:SSL peer shut down incorrectly 如果你的專案是執行在AndroidStudioS3.0,應該不會出現如上問題 但是如果你的專案是太
azkaban - Remote host closed connection during handshake和SSL peer shut down incorrectly報錯的解決方法
我使用azkan排程MapReduce程式,但是這個job執行失敗,然後我可能是強制關閉azkaban的服務,整個機器變得超級超級卡,我執行Linux命令變得很慢,我使用jps檢視程序,他孃的,好幾分鐘才出現,媽的,我窮得機器買不起貴的,所以太它孃的卡了。 我靠,嚇一跳 太恐怖了,
Remote host closed connection during handshake和SSL peer shut down incorrectly報錯的解決方法
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake at com.sun.net.ssl.internal.ssl.SSLSoc
「問題解決」SSL peer shut down incorrectly
當Android Studio報錯:SSL peer shut down incorrectly 解決方法: 開啟配置檔案:gradle-wrapper.properties 修改紅色區域: 1 如果是https://services.gradle.org/distributi
解決錯誤:SSL peer shut down incorrectly
當我們將一個新的Project導進Android Studio進行同步編譯的時候可能會報一個錯誤: SSL peer shut down incorrectly 原因:Android Studio在同步程式碼的時候會根據程式碼中的配置下載對應版本的Gradl
SSL peer shut down incorrectly
正常的專案在android studio上開啟突然就跑不起來了,提示SSL peer shut down incorrectly,網上找了好多解決方案都不好用,最後啊,被騰訊的bugly坑了一把,bugly這個資源包下不下來了,之前我就遇到過這個問題沒怎麼在意,這次又遇到了,在build.g
Re-download dependencies and sync project (requires network)&SSL peer shut down incorrectly
Re-download dependencies and sync project (requires network)&SSL peer shut down incorrectly 在使用AndroidStudio匯入新的工程專案時候,時不時會遇到Re-downlo
CDH中安裝Hue連線不上資料庫 Unexpected error. Unable to verify database connection 完美解決方案
在安裝CDH時,走到驗證資料庫連線部分時候,Hue總是驗證不過去,報錯為: Unexpected error. Unable to verify database connection。原因大都是因為缺少環境包所致。 我安裝的過程中分別使用過postgresql和mysql,都出現過相
Error -27791: Server "" has shut down the connection prematurely的一個解決辦法
測試中,併發200,300,400人時,LR沒報錯,在併發500人時,LR報錯”Error -27791: Server "172.16.xx.xxx" has shut down the connection prematurely“,同時檢視WEB伺服器日誌:出現這樣一
完美解決 error C2220: warning treated as error - no object file generated
WinCE 6.0加入一個驅動後,編譯出現: error C2220: warning treated as error - no object file generated warning C4047: 'initializing' : 'UCHAR' differs in levels of
windows下scrapy安裝問題,以及Twisted安裝報錯(error: Microsoft Visual C++ 14.0 is required.)完美解決辦法
方法1(通常是失敗的) 1. 命令列執行: pip3 install scrapy 不管是網路問題也好,缺少相關的包也好,用這條命令安裝scrapy我就沒成功過。。。難受 方法2(成功) 手動安裝相關的包。 1. lxml安裝命令(沒問題): pip3 install lxml
【Error】youcompleteme 錯誤 The ycmd server SHUT DOWN
安裝vim外掛之後遇到的問題,錯誤log: The ycmd server SHUT DOWN (restart with ':YcmRestartServer'). YCM core library not detected 解決方案,具體原因沒有深究: cd ~/.vim/plug
完美解決 npm start 報錯 Error: Cannot find module 'XX' 的問題
問題: 在處理weex專案時,npm start 啟動不了本地服務 但是使用weex run ios 可以啟動iOS模擬器, npm start 報錯,缺少ws模組導致啟動不了localhost本地服務,無法瀏覽器除錯 完美解決 npm start 報錯 Error: Canno
轉! 完美解決 ERROR 1064 (42000): You have an error in your SQL syntax ... near …
在MySQL命令列使用sql語句進行建表時,MySQL 報錯,這個問題之前遇到過幾次,但是總是會因為疏忽又相遇,今天把這個問題寫出來,加深印象吧。 sql語句: CREATE TABLE 'lrs_audit_rule_package'( 'id' BIGINT(20
openssl/ssl.h file not found mac 完美解決
目前使用的系統MacOSX10.14; 原因:MacOSX10.11開始就沒有openssl了,用的是LibreSSL 1、首先,確定自己是否真的有安裝openssl:brew install openssl,根據提示可以自己看到結果; 至此,說明你已經安裝了openss
sscanf引發的Heap corruption detected error問題——有待完美解決
丟擲問題 今天在寫程式的時候遇到了一個以前沒有暴露出來的問題,問題如題目所示。下面寫了一個小的測試程式,如下: #include <stdio.h> #include <stdlib.h> int main(){ unsigned char *u