【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.com

203.208.46.146 dl-ssl.google.com

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

时间: 2024-11-05 23:26:36

【No system images installed for this target】的解决方式的相关文章

Android模拟器问题:No system images installed for this target

CPU/ABI选项无法选择,提示:No system images installed for this target,也就是没有适合的系统镜像 打开Android Manager SDK 下载完后重启Eclipse ,就可以看到: 在Android bundle目录文件夹下的SDK/system-images就存放刚下载的Android 4.4 的x86模拟器

使用SDK Manager.exe无法进行更新(No system images installed for this target)

创建的AVD时,OK按钮不可用,导致无法建立AVD.原因是由于CPU/ABI选项无法选择,并显示"No system images installed for this target",也就是没有适合的系统镜像,如图所示.通过SDK Manager安装system images系统镜像之后便可创建AVD.(如果安装了"Inter x86 Atom System Image",则CPU/ABI列表选项更加丰富.) 但由于安装一些SDK包时需要访问到Google的服务器

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目录就先创建此文

Android问题-DelphiXE8新建AVD出现“no system images installed for this target”

相关资料: 1.http://www.cnblogs.com/yc-755909659/p/4080645.html 问题现象:创建Android模拟器提不”no system images installed for this target”. 问题原因:在于CPU/ABI选项无法选择,并显示“No system images installed for this target”,也就是没有适合的系统镜像,即SDK中对应的Android版本没有下载系统镜像. 问题处理:启动“Android T

Android 创建虚拟机时“提示no system images installed for this target”

经上网查证,发现原因在于CPU/ABI选项无法选择,并显示“No system images installed for this target”,也就是没有适合的系统镜像,通过与安装好了的ADT-bundle中的AVD Manager创建模拟器的窗口情况对比,发现该下拉列表选项正好是SDK Manager安装包Android4.2.2(API 17)的一个组件“ARM EABI v7a System Image”没有安装,如图2所示.安装好了之后,问题解决.另:如果安装了"Inter x86

【Android问题】解决创建Android模拟器时提示"No system images installed for this target"的问题

在创建Android模拟器时间发现提示“No system images installed for this target”问题,无法创建模拟器,如下图: 解决:经上网查证,发现原因在于CPU/ABI选项无法选择,并显示“No system images installed for this target”,也就是没有适合的系统镜像,即SDK中对应的Android版本没有下载系统镜像,如下图: 下载安装好了之后,重启Eclipse,问题解决,如下图:

关于no system images installed for this target解决方法

(1)国外网站都被屏蔽,连不上下载地址了 修改hosts文件(C:\Windows\System32\drivers\etc\hosts),在最后添加如下内容 127.0.0.1 localhost #Google主页 203.208.46.146 www.google.com #这行是为了方便打开Android开发官网 现在好像不VPN也可以打开 74.125.113.121 developer.android.com #更新的内容从以下地址下载 203.208.46.146 dl.googl

Androidstudio安装AVD出现no system images installed for this target解决方案

解决方案:

Android error:No CPU/ABI system image available for this target

原文:Android error:No CPU/ABI system image available for this target No CPU/ABI system image available for this target Create new Android Virtual Device(AVD) 创建新的手机模拟器时,不能点OK完成, 提示如图中错误.是缺少相应的映象文件造成. 请在Android SDK Manager 里下载对应版本的 ARM EABI v7a System I