CPU/ABI显示No system images installed for this target的解决方案
CPU/ABI显示No system images installed for this target的解决方案
手动下载image
http://www.androiddevtools.cn/
SDK System images
这是在创建模拟器时需要的system image,也就是在创建模拟器时 CPU/ABI
项需要选择的,下载并解压后,将解压出的整个文件夹复制或者移动到 your sdk 路径/system-images
文件夹下即可, 如果没有 system-images
目录就先创建此文件夹,然后打开SDK Manager,打开 Tools(工具)
菜单选择 Options(选项)
菜单项打开Android SDK Manager Setting对话框,点击 Clear Cache(清除缓存)
按钮,然后重启Eclipse(或Android Studio)和SDK Manager。
系统版本号 | Windows | Mac OSX | Linux |
---|---|---|---|
android 5.0 | 下载 | 下载 | 下载 |
android L | 下载 | 下载 | 下载 |
android 4.4W | 下载 | 下载 | 下载 |
android 4.4.2 | 下载 | 下载 | 下载 |
android 4.3 | 下载 | 下载 | 下载 |
android 4.2.2 | 下载 | 下载 | 下载 |
android 4.1.2 | 下载 | 下载 | 下载 |
android 4.0.3 | 下载 | 下载 | 下载 |
android 4.0 | 下载 | 下载 | 下载 |
下面方法未成功,还是需要FQ
http://www.shoutmon.com/how-to-solve-cpuabi-no-system-images-installed-for-this-target.html
CPU/ABI选项显示No system images installed for this target是由于Android SDK Manager中未安装下面这三个东西导致的:
当然,在Android 4.2以上的版本中,MIPS System Image已经没有了。
我们需要在Android SDK Manager中安装这几个东西,但是google服务在大陆不能直接访问,因此基本上就会出现这样的错误:
“Download interrupted: Connection to https://dl-ssl.google.com refused”
这个时候,需要在Android SDK Manager中Tools菜单下选择Options,勾上”Force https://..."这个选项。这是因为https在大陆会因为无法验证而直接屏蔽,但是http则容易放行。总之,勾上就好了。
接下来,如果你有VPN账号的话,直接连上VPN就可以用了。
如果没有VPN账号的话,还是可以用修改hosts文件的方法:
WIN7下打开C:\Windows\System32\drivers\etc下的hosts文件,MAC上直接/etc/hosts,然后在最下面添加两行:
203.208.46.146 dl.google.com
203.208.46.146 dl-ssl.google.com
保存,重新打开Android SDK Manager,就会发现网络畅通了。
在Select New or Updates里选择New,再点旁边的Install XX packages,在弹出的窗口中每个大类选择“Accept License”(当然你也可以每个都单独点“Accept”),再Install就好了。
如果想升级和安装Android SDK的时候,都会去访问dl-ssl.google.com。对于使用SSL的网站,国家防火墙是不咋友好的。一般都需要代理,或者改hosts文件。
这里介绍改hosts文件的办法。
首先我们需要得到dl-ssl.google.com域名对应的IP地址。这里有个工具http://ping.chinaz.com/。它可以帮助我们ping域名服务器。
查出dl-ssl.google.com的IP地址就好办了。剩下的直接在C:\Windows\System32\drivers\etc\hosts添加IP映射就可以了。比如,选择响应比较快的
173.194.203.190 dl-ssl.google.com
64.233.167.93 dl-ssl.google.com
173.194.78.93 dl-ssl.google.com
添加到hosts文件。
CPU/ABI显示No system images installed for this target的解决方案的更多相关文章
- 【问题&解决】解决创建Android模拟器时提示"No system images installed for this target"的问题
在创建Android模拟器时间发现提示“No system images installed for this target”问题,无法创建模拟器,如下图: 解决:经上网查证,发现原因在于CPU/AB ...
- Android问题-DelphiXE8新建AVD出现“no system images installed for this target”
相关资料: 1.http://www.cnblogs.com/yc-755909659/p/4080645.html 问题现象:创建Android模拟器提不”no system images inst ...
- Android 创建虚拟机时“提示no system images installed for this target”
经上网查证,发现原因在于CPU/ABI选项无法选择,并显示“No system images installed for this target”,也就是没有适合的系统镜像,通过与安装好了的ADT-b ...
- Android模拟器问题:No system images installed for this target
CPU/ABI选项无法选择,提示:No system images installed for this target,也就是没有适合的系统镜像 打开Android Manager SDK 下载完后重 ...
- 【No system images installed for this target】的解决方式
打开eclipse,新建安卓SDK模拟器时,选择完Target之后,再选择CPU/ABI时,默认为No system images installed for this target. 且无法编辑: ...
- no system images installed for this target这个问题如何解决?
今天想查看个项目的布局,结果发现这个Hierarchy这个工具没有提供对实体机的支持,所以就想加一个模拟机,结果还曝出了这么么一个错误,导致不能设置模拟机: 在网上的查找下,发现原来是缺失了 圈中的是 ...
- Androidstudio安装AVD出现no system images installed for this target解决方案
解决方案:
- 关于no system images installed for this target解决方法
(1)国外网站都被屏蔽,连不上下载地址了 修改hosts文件(C:\Windows\System32\drivers\etc\hosts),在最后添加如下内容 127.0.0.1 localhost ...
- android 模拟器报 no CPU/ABI system image for target
搭建完成Android开发环境后,在创建安卓模拟器的时候遇到了问题.这个问题就是图片中显示的no CPU/ABI system image available for this target还有no ...
随机推荐
- eclipse如何创建web项目
1. 打开eclipse,在File上New,然后选择Dynamic Web Project 2. 弹出的页面中如下图,在Project name中输入项目名称JavaWeb01,点击Next ...
- wix xslt for adding node
Using xslt to add new node item to wix source code. Original wix code: <Fragment> <Director ...
- CustomMessageBox使用总结
开发过程中难免要使用到消息框,然而系统提供的MessageBox却难以满足许多需求.一.MessageBox的背景颜色无法更改,这就无法满足需求要求的消息框颜色.二.MessageBox的提示形式过于 ...
- c# WinForm 编程总结
1.清空DataGridView /// <summary> /// 清空DataGridView /// </summary> /// <param name=&quo ...
- aspx利用cookie值来停止silverlight中的计时器
一.silverlight与silverlight中可以利用委托(delegate)来刷新frame.Refresh() 1.在子类中定义委托捕捉关闭事件按钮 public delegate void ...
- MySQL批量杀进程
OS: CentOS 6.3 DB:5.5.14 mysql> show processlist;+----+------+-----------+--------------------+-- ...
- How to install DIG dns tool on windows 7
This guide explain how to install dig dns tool on windows 7 in few steps: 1. First go to http://www. ...
- TypeError: Object #<IncomingMessage> has no method 'flash'
JavaScript相关代码: router.post('/reg', function(req, res) { //检验用户两次输入的口令是否一致 if (req.body['password-re ...
- execute、executeUpdate、executeQuery三者的区别(及返回值)
1. ResultSet executeQuery(String sql); 执行SQL查询,并返回ResultSet 对象. 2.int executeUpdate(String sql); 可执行 ...
- 高质量的javascript代码 -- 深入理解Javascript
一. 编写高质量的javascript代码基本要点a) 可维护的代码(Writing Maintainable Code)i. 可读(注释)ii. 一致(看上去是同一个人写的)iii. 已记录b) 最 ...