您好,登錄后才能下訂單哦!
Android SDK Manager無法更新問題解決辦法
最近玩ubuntu系統(tǒng),以前Windows下下載的SDK文件不能用了,只能重新下載,安裝完Eclipse和ADT插件,卻發(fā)現(xiàn)無法更新SDK,顯示為:
Fetching https://dl-ssl.Google.com/android/repository/addons_list-1.xml Failed to fetch URL https://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to https://dl-ssl.google.com refused Fetched Add-ons List successfully Fetching URL: https://dl-ssl.google.com/android/repository/repository-6.xml
Eclipse輸出錯誤
reason: Connection to https://dl-ssl.google.com refused
估計這又是偉大GFW的功勞,我們只需要配置一下hosts文件,在文件的末尾添加下面一句:
74.125.237.1 dl-ssl.google.com
windows系統(tǒng)中hosts文件的位置為:C:\Windows\system32\drivers\etc ,找到該文件并已文本形式打開,添加上面一句話,保存之后關(guān)閉,重啟Eclipse打開Android SDK Manager,ok!
Ubuntu系統(tǒng)hosts文件的位置為:/etc/hosts,可以通過命令:
sudo gedit /etc/hosts對該文件進(jìn)行編輯
感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。