0

这个问题有点类似于Cannot Create Android Virtual Device不同的是我试图在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.
4

2 回答 2

6

您必须安装ARM EABI v7a System Image才能从 Android 4.0 开始创建模拟器。您可以使用安装图像Android SDK Manager

于 2012-09-26T05:37:19.607 回答
3

@rIHaN JiTHiN 已经给出了答案。但作为后续行动,我放了一个屏幕截图来展示我们正在谈论的内容。

在给定的屏幕截图中,我没有为 Android 4.2 安装“ARM EABI v7a 系统映像”,而我为 Android 4.1.2 安装了“ARM EABI v7a 系统映像”和“Intel x86 Atom 系统映像”

编辑/跟进

我在图片中显示的是 Android 4.2,但对于每个版本的 Android 都是如此。

如果您正在为 MIPS CPU 设备进行开发,您必须安装“MIPS 系统映像”。

最后,您可能必须重新启动 eclipse 才能看到新安装的图像。但对我来说,我总是重新启动一个我更新的软件,以确保它考虑到所有的修改,我认为这样做是一个好习惯。

在此处输入图像描述

于 2012-11-21T08:06:16.100 回答