Android 没有可用于此目标的 cpu/abi 系统映像
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/26305508/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
no cpu/abi system image available for this target
提问by user3653381
I'm getting this error when trying to create a virtual device (I'm brand new to android development, following a tutorial to get everything set up).
尝试创建虚拟设备时出现此错误(我是 android 开发的新手,按照教程进行所有设置)。
Everything I found simply said install the ARM or Intel System Image for the target that you're using.
我发现的一切只是说为您正在使用的目标安装 ARM 或英特尔系统映像。
I installed both of these for Android 4.4W (API20) and all 3 for Android L (API 20, L Preview) just in case. I also tried having only 1 system image for each installed in case they somehow could interfere with each other, but that didn't work.
为了以防万一,我为 Android 4.4W (API20) 安装了这两个,为 Android L (API 20, L Preview) 安装了所有 3 个。我还尝试为每个安装只安装 1 个系统映像,以防它们以某种方式相互干扰,但这不起作用。
If anyone has any ideas what else I'm missing, that would be great!
如果有人有任何想法我还缺少什么,那就太好了!
Thanks
谢谢
回答by Josh
The SDK just got dumb, remove the images and reinstall.
SDK 刚刚变得愚蠢,删除图像并重新安装。
回答by Muhammad Omar ElShourbagy
As stated by Jameshere:
正如詹姆斯在这里所说:
Simply because CPU/ABI says "No system images installed for this target". You need to install a system images.
In the Android SDK Manager check that you have installed "ARM EABI v7a System Image" (for each Android version from 4.0 and on you have to install a system image to be able to run a virtual device)
仅仅是因为 CPU/ABI 说“没有为此目标安装系统映像”。您需要安装系统映像。
在 Android SDK Manager 中检查您是否已安装“ARM EABI v7a System Image”(对于 4.0 及以上的每个 Android 版本,您必须安装系统映像才能运行虚拟设备)