1

我正在使用 android-sdk-macosx 从互联网上下载,然后成功安装了 Android SDK 2.2 和 2.1,然后我尝试在 mac 上创建新的 AVD,但我不知道如何创建 AVD。

我尝试了以下提到的供您参考:

Fig 1.0 Create new AVD

在此处输入图像描述

Fig 2.0 I tried to open SDK and AVD Manager in eclipse menu Window --> Android SDK Manager

在此处输入图像描述

4

4 回答 4

1

在 Eclipse 中,转到 Windows Menu ,选择 Preference Option 这样,将出现以下对话框。只需使用浏览按钮选择 Android-SDK 文件夹。

在此处输入图像描述

完成此步骤后,单击“应用按钮”,

在此处输入图像描述

现在,您将能够在 Eclipse 中创建新的 AVD。

注意,我已经使用 Windows 系统上传了这张图片,但我确信 MAC 有一些相同类型的菜单选项。

于 2012-08-27T14:47:41.857 回答
1

请按照以下七个步骤解决此问题:

1. Start Eclipse, then select Help > Install New Software.
2. Click Add, in the top-right corner.
3. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:
https://dl-ssl.google.com/android/eclipse/
Click OK.
4. If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).
In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
5. In the next window, you'll see a list of the tools to be downloaded. Click Next.
Read and accept the license agreements, then click Finish.
6. If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
7. When the installation completes, restart Eclipse.
于 2012-08-28T04:35:09.777 回答
0

看起来您需要配置 Eclipse 以告诉它android-sdk-macosx目录在哪里(这可以在“窗口>首选项>Android> SDK位置”中完成。

另外,看看这个页面

于 2012-08-27T14:42:16.053 回答
0

在截图图 4.0 中,寡妇顶部有一条错误消息,这可能解释了为什么应用按钮不可用。虽然无法完全阅读该消息,但我认为它表示您的 ADT(Android 开发人员工具)版本与您的 SDK 版本不匹配:我可能想尝试更新两者。

另外,看看这个问题,这可能是同样的问题。

于 2012-08-27T15:42:28.700 回答