码迷,mamicode.com
首页 > 其他好文 > 详细

【No system images installed for this target】的解决方式

时间:2014-11-18 13:11:40      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:android   blog   http   io   ar   os   使用   sp   java   

打开eclipse,新建安卓SDK模拟器时,选择完Target之后,再选择CPU/ABI时,默认为No system images installed for this target. 且无法编辑:

如图:

bubuko.com,布布扣

也就是没有适合的系统镜像,那也就创建不了安卓模拟器了;

 

解决方式:

打开SDK Manager,在对应的android 版本中选上System Image,并install;

 

bubuko.com,布布扣

 

如果install过程失败,出现:

Download interrupted: Connection to https://dl-ssl.google.com refused  这样的错误;

那么这个或许是国内的网络问题,连接不上谷歌的服务器,下载不了;

 

可以尝试用下面的解决方法:

(1)选择SDK Manager 的Tools -> Options,打开SDK Manager的Setting,选中“Force https://… sources to be fetched using http://…”,强制使用http协议;

 

bubuko.com,布布扣

 

(2)修改hosts文件:

  Windows 下,打开C:\Windows\System32\drivers\etc下的hosts文件;

  Linux下,打开/etc/hosts文件;

  打开后在最后添加如下内容:

 

#android更新

203.208.46.146 dl.google.com

203.208.46.146 dl-ssl.google.com

  然后再接着下载,应该就OK了;

 

【No system images installed for this target】的解决方式

标签:android   blog   http   io   ar   os   使用   sp   java   

原文地址:http://www.cnblogs.com/xiaozhang2014/p/4105396.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!