No CPU/ABI system image available for this target

在创建AVD设备的时候无法正常创建虚拟设备,CPU选项不能选择。

下面报错:No CPU/ABI system image available for this target

是因为SDK里面缺少了system-images文件,可以在安卓官网下载https://www.androiddevtools.cn/#tsq=adt&tsp=1下载对应的版本

  这是在创建模拟器时需要的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。

搞定!

原文地址:https://www.cnblogs.com/ma1998/p/12425079.html

时间: 2024-07-29 03:06:07

No CPU/ABI system image available 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

Android开发日志4——如何解决no CPU/ABI system image available for this target

真是个马大哈呀 问题如下: 1.在Tools里面,在extra里面选择安装Intel x86 Emulator Accelerator 2.下载相应API版本的X86 Atom System Image,我为了以后省事选上了所有能选的...如下图: 如果还不行的话: 3.在adt-bundle-windows-x86\sdk\extras\intel\Hardware_Accelerated_Execution_Manager目录下面去安装这个exe文件 然后在创建AVD的时候就可选了.

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模拟器问题: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的服务器

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

【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 http

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,问题解决,如下图: