由于某种原因,当我尝试创建AVD时,OK按钮是不可点击的。有人知道我哪里做错了吗?


当前回答

有一个新的可能的错误与最新的Android Wear技术有关。我正在为下周的wear SDK准备一个模拟器。API级别只在4.4.2 KitKat的最新版本中支持它。

因此,如果您正在使用诸如可穿戴设备之类的东西,它在Eclipse中仍然以2.3.3 Gingerbread的默认方式启动。确保您的目标匹配最低支持的目标。对于可穿戴设备,它是最新的19奇巧。

其他回答

我在用4.2.2图像创建AVD时也遇到了同样的问题,我通过以下方法解决了它:

检查adt-bundle-windows-x86_64-20131030\sdk\system-images\android-17文件夹中是否存在“default”文件夹。 如果存在,则将“默认”文件夹的内容(下载的系统映像)移动到 adt - bundle - windows - x86_64 sdk - 20131030 \ \系统映像\ android-17。

希望这能有所帮助。

我必须将一个名为“default”的文件夹中的文件夹移动到android-##文件夹中,以便Eclipse可以看到图像。

这可能发生在以下情况:

You have multiple copies of the Android SDK installed on your machine. You may be updating the available images and devices for one copy of the Android SDK, and trying to debug or run your application in another. If you're using Eclipse, take a look at your "Preferences | Android | SDK Location". Make sure it's the path you expect. If not, change the path to point to where you think the Android SDK is installed. You don't have an Android device setup in your emulator as detailed in other answers on this page.

对于Ubuntu和正在运行的android-studio运行安装包(默认情况下没有安装):

android update sdk

有一个新的可能的错误与最新的Android Wear技术有关。我正在为下周的wear SDK准备一个模拟器。API级别只在4.4.2 KitKat的最新版本中支持它。

因此,如果您正在使用诸如可穿戴设备之类的东西,它在Eclipse中仍然以2.3.3 Gingerbread的默认方式启动。确保您的目标匹配最低支持的目标。对于可穿戴设备,它是最新的19奇巧。