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


当前回答

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

android update sdk

其他回答

我想用最近Android Studio的截图来更新这个问题。我花了一些时间才找到安装新系统映像的位置。

您可以通过以下两种路径之一访问SDK管理器。 选项1。工具> Android > SDK管理器 第二个选项。Android Studio >首选项>外观和行为>系统设置> Android SDK(这是为Mac;适应他人。)

在“SDK平台”窗格中,选中“显示包”框以查看系统映像。

选择你想要的,点击“申请”和voilà!

这可能发生在以下情况:

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.

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

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

android update sdk

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

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