Android SDK Manager无法安装package,提示:Download interrupted: URL not found.

利用Android SDK Manager安装package,提示:Download interrupted: URL not found.

Android SDK Manager无法安装package,提示:Download interrupted: URL not found._第1张图片


解决方案:

1、查看日志,提示下面两个包下载失败(图一),继续往前查看日志,找到这两个包对应的XML文档URL(图二),打开该URL

Android SDK Manager无法安装package,提示:Download interrupted: URL not found._第2张图片

2、打开的是一个XML文档,Ctrl+f查找:Intel x86 Atom System Image,对应的 Android API 23, revision 9,能找到唯一zip包,如下图

Android SDK Manager无法安装package,提示:Download interrupted: URL not found._第3张图片

3、拼接包的下载链接:

https://dl.google.com/android/repository/sys-img/android/sys-img.xml

sysimg_x86-23_r09.zip

最后的下载链接为https://dl.google.com/android/repository/sys-img/android/sysimg_x86-23_r09.zip

所有要下载的包都这样操作即可。

最后就把下载下来的包放到SDK下temp文件夹内,重新启动安装。


参考博文:http://www.cnblogs.com/surge/p/4168178.html

你可能感兴趣的:(android,sdk)