为什么我不能创建Android虚拟设备?(why i cannot create android v

2019-11-01 02:40发布

这个问题类似于有点无法创建Android虚拟设备 , 不同的是,我试图在Windows上 ,而不是Ubuntu的创建AVD, 一个更加不同的是,我可以没有错误创建的Android 2.2和2.3 AVD, 但未能创造ADV 4.x的 ,为什么呢?

我已经安装了4.x的SDK和API,无论如何

[2012-09-26 13:01:40 - SDK Manager] Warning: Ignoring add-on 'google_apis-10_r02': Unable to find base platform with API level '10'
[2012-09-26 13:01:40 - SDK Manager] Warning: Ignoring add-on 'google_apis-11_r01': Unable to find base platform with API level '11'
[2012-09-26 13:01:40 - SDK Manager] Warning: Ignoring add-on 'google_apis-12_r01': Unable to find base platform with API level '12'
[2012-09-26 13:01:40 - SDK Manager] Warning: Ignoring add-on 'google_apis-13_r01': Unable to find base platform with API level '13'
[2012-09-26 13:01:40 - SDK Manager] Warning: Ignoring add-on 'google_apis-5_r01': Unable to find base platform with API level '5'
[2012-09-26 13:01:40 - SDK Manager] Warning: Ignoring add-on 'google_apis-6_r01': Unable to find base platform with API level '6'
[2012-09-26 13:01:40 - SDK Manager] Warning: Ignoring add-on 'google_apis-7_r01': Unable to find base platform with API level '7'
[2012-09-26 13:02:16 - SDK Manager] Unable to find a 'userdata.img' file for ABI armeabi to copy into the AVD folder.

Answer 1:

你必须安装ARM EABI v7a System Image创建从Android 4.0的起模拟器。 您可以安装使用图像Android SDK Manager



Answer 2:

@rIHaN JiTHiN已经给出了答案。 但作为一个跟进我把一个屏幕截图显示我们现在所谈论的。

在给定的屏幕捕获我还没有安装“ARM EABI V7A系统映像”为Android 4.2,而我已经安装了“ARM EABI V7A系统映像”和“英特尔凌动x86的系统映像”为Android 4.1.2

编辑/跟进

我显示的图片是Android 4.2,但真正为Android三种版本。

如果要为MIPS CPU设备开发,你必须安装“MIPS系统映像”。

最后,你可以有重新启动Eclipse看到新安装的图像。 但对我来说,我总是重新启动我更新,以确保它考虑到了所有的修改软件,我认为这是一个很好的做法,这样做。



文章来源: why i cannot create android virtual device?