问题描述
我已经在我的Ubuntu 11.04安装Android SDK中。我遇到一个共同的 ./机器人
安装。有人希望看到像一些选项可用的软件包的安装Android包。但是我还没有看到任何选项。之后,已在Eclipse配置preferences SDK位置的路径,我没有得到任何的SDK的目标。当我在Eclipse中打开AVD管理,它说的没有可用的AVD 的。可否请你让我知道我该怎么配置AVDS在我的Eclipse?
I have installed Android SDK on my Ubuntu 11.04. I have run a common ./android
to install. It was expected to see some options like "Available packages" to install android packages. But I haven't seen any options. After that have configured SDK Location path in Preferences in Eclipse I didn't get any SDK targets. When I open AVD Manager in Eclipse, it says "no AVD available". Could you please let me know how can I configure AVDs in my Eclipse?
推荐答案
要配置一个基本的Android虚拟设备(AVD)
打开Eclipse,然后选择窗口> Android SDK和AVD管理器
。在出现的窗口中,选择左侧面板虚拟设备
键,然后单击右侧的新
按钮。这将启动一个新窗口,以配置AVD.In这个新窗口的第一个空白,给设备您选择的名称。让我们选择Simple2.2,表示这将是运行Android 2.2相对最小的设备。
Open Eclipse and select Window > Android SDK and AVD Manager
.In the resulting window, select Virtual Devices
in the left panel and click the New
button on the right. This launches a new window to configure an AVD.In the first blank of this new window, give the device a name of your choice. Let's choose Simple2.2, indicating that this will be a relatively minimal device running Android 2.2.
根据目标下拉列表中,选择了Android 2.2 - API级别8
Under the Target dropdown, select Android 2.2 - API Level 8.
在SD卡进入1024尺寸,并确保MIB下拉列表中选择。
Under SD Card enter 1024 for Size and be sure that the MiB dropdown is selected.
有关皮肤选择内置和默认(HGVA)。
For Skin select Built-In and Default (HGVA).
将一切按原样,然后单击Create AVD。
Leave everything else as is and click Create AVD.
在一段时间(耐心,可能需要一分钟左右),这应该创建一个新的AVD与规定的特性,如果虚拟设备在左侧面板中选择将出现在列表中。
After a while (be patient, it may take a minute or so) this should create a new AVD with the characteristics specified that will appear in the list if Virtual Devices is selected in the left panel.
您可能preFER不同的配置,但上面所描述的被认为是最优的。
You might prefer a different configuration, but the one described above is considered optimal.
这篇关于没有AVD安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!