简体   繁体   English

android模拟器未创建

[英]android emulator not creating

I tried creating an an AVD in eclipse but even after filling up all the fields the OK button does not get activated . 我尝试在eclipse中创建一个AVD,但是即使在填充所有字段之后,“确定”按钮也不会被激活。 the fields I fill up are 我填写的字段是

1)AVD name 2)Device 3) SD card 1)AVD名称2)设备3)SD卡

the rest are prepopulated 其余的都已预填充

edit: a SC of my emulator 编辑:我的模拟器的SC

http://imgur.com/atlw26g http://imgur.com/atlw26g

It seems like you did not install the "System Image" for that API. 似乎您没有为该API安装“系统映像”。 That's why it can't find any CPU/ABI options. 这就是为什么它找不到任何CPU / ABI选项的原因。

Open SDK Manager and search for System Image under for example Android 4.2.2 (API 17). 打开SDK Manager,然后在例如Android 4.2.2(API 17)下搜索“系统映像”。

You should find something like 'ARM EABI v7a System Image', 'Intel x86 Atom System Image'. 您应该找到类似“ ARM EABI v7a系统映像”,“ Intel x86 Atom系统映像”的内容。 Install those and you should be able create AVD after that. 安装那些,然后您应该可以创建AVD。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM