Android SDK下载失败

时间:2012-04-01 03:35:47

标签: android

我正在尝试安装平台但是当我打开Android Manager时,我点击可用软件,然后选择https://dl-ssl.google.com/android/repository/repository.xml存储库

我收到此错误:

无法获取网址https://dl-ssl.google.com/android/repository/repository.xml

我也尝试通过点击强制“http:”下载设置面板上的所有“https:”下载,但它仍无效。

我正在使用Windows 7(x64)。

2 个答案:

答案 0 :(得分:2)

请停用所有防火墙和任何病毒防护软件。我尝试了所有的东西,但这是最终的解决方案。当这样做的每件事都很顺利时,我就能完成我的android sdk下载。

答案 1 :(得分:1)

而不是使用此

  

https://dl-ssl.google.com/android/repository/repository.xml

使用此

  

http://dl-ssl.google.com/android/repository/repository.xml

同时检查您是否使用任何代理。