首页 > 代码库 > 【No system images installed for this target】的解决方式
【No system images installed for this target】的解决方式
打开eclipse,新建安卓SDK模拟器时,选择完Target之后,再选择CPU/ABI时,默认为No system images installed for this target. 且无法编辑:
如图:
也就是没有适合的系统镜像,那也就创建不了安卓模拟器了;
解决方式:
打开SDK Manager,在对应的android 版本中选上System Image,并install;
如果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协议;
(2)修改hosts文件:
Windows 下,打开C:\Windows\System32\drivers\etc下的hosts文件;
Linux下,打开/etc/hosts文件;
打开后在最后添加如下内容:
#android更新203.208.46.146 dl.google.com203.208.46.146 dl-ssl.google.com
然后再接着下载,应该就OK了;
【No system images installed for this target】的解决方式
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。