標籤:android http io os 使用 sp for 檔案 on
============問題描述============
啟動Eclipse提示sdk platform is missing……
啟動 sdk manager 提示
Fetching http://dl-ssl.google.com/android/repository/addons_list-1.xml
Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Connection to http://proxy.lzu.edu.cn:8080 refused
Fetched Add-ons List successfully
Fetching URL: http://dl-ssl.google.com/android/repository/repository-6.xml
Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to http://proxy.lzu.edu.cn:8080 refused
Fetching URL: http://dl-ssl.google.com/android/repository/repository-5.xml
Failed to fetch URL http://dl-ssl.google.com/android/repository/repository-5.xml/addon.xml, reason: Connection to http://proxy.lzu.edu.cn:8080 refused
Done loading packages.
搜了網上的解決方案,都是同樣的結果。
ADT安裝的是官方最新的。
總之sdk manageer 不能線上更新。sdk目錄下的platform檔案夾為空白.
希望大大們,給個好的解決方案。
如果能發個可以用的sdk或者整合android開發的Eclipse更好!!!
郵箱:[email protected]
十分感謝
============解決方案1============
我也是啊~糾結了很久,都不知道,之前是怎麼下載~剛獲得的辦法~來分享一下~
在SDK Manager下Tools->Options開啟了SDK Manager的Settings,選中“Force https://… sources to be fetched using http://…”,強制使用http協議。
Windows在C:\WINDOWS\system32\drivers\etc開啟/etc/hosts檔案,添加
#google_android更新
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
關於Eclipse搭建android開發平台問題