Android 创建新的 AVD-CPU/ABI 字段显示“未安装系统映像”
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20216256/
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
Creating a new AVD- CPU/ABI field show 'No System images installed'
提问by Varun
I was onto creating a new AVD. I created one with the ARM CPU image. But it won't boot up even after about 45 minutes. So I deleted it and downloaded the Intel x86 Atom image. On creating the AVD the field to select the CPU became inactive and shows 'No System Images installed for this target.
Help.!
Image installation status in SDK Manager:
我正在创建一个新的 AVD。我用 ARM CPU 映像创建了一个。但即使在大约 45 分钟后它也不会启动。所以我删除了它并下载了 Intel x86 Atom 映像。在创建 AVD 时,用于选择 CPU 的字段变为非活动状态,并显示“未为此目标安装系统映像”。
帮助。!
SDK 管理器中的镜像安装状态:
采纳答案by Varun
It worked after a simple restart of the Eclipse.
它在 Eclipse 简单重启后工作。
回答by user3928829
Make sure that system image is installed. The system image for that platform is not installed. Go to SDK Manager and tick them and install. Then, try to create new AVD.
确保安装了系统映像。未安装该平台的系统映像。转到 SDK Manager 并勾选它们并安装。然后,尝试创建新的 AVD。
回答by appmobiles.tk
What I have done is:
我所做的是:
- I'll Android SDK Manager. I have installed the following points; Platform SDK. ARM EABI V7A System Image
- 我会 Android SDK 管理器。我已经安装了以下几点;平台 SDK。ARM EABI V7A 系统镜像
For the API you need.
对于您需要的 API。
close eclipse
日食
- After I go to Windows Explorer. A folder: ..\sdk\system-images And entered into the System image that you use, I can inside a folder called "default" and in "armeabi-v7a" only have to cut and move the last folder where the default and then delete default.
- 在我转到 Windows 资源管理器之后。一个文件夹:..\sdk\system-images 并进入您使用的系统映像,我可以在名为“default”的文件夹中,在“armeabi-v7a”中只需剪切和移动最后一个文件夹,其中默认和然后删除默认。
open eclipse
开放日食
This works.
这有效。
回答by Anas Naguib
You must install the system image for your SDK version. for more information please check this answer. enter link description here
您必须为您的 SDK 版本安装系统映像。有关更多信息,请查看此答案。 在此处输入链接描述