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

この問題を解決するには、次の 7 つの手順に従います。

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 に答える
1

Eclipse で Windows メニュー に移動し、[設定オプション] を選択すると、次のダイアログ ボックスが表示されます。参照ボタンを使用して Android-SDK フォルダーを選択するだけです。

ここに画像の説明を入力

このステップを実行した後、「適用ボタン」をクリックします。

ここに画像の説明を入力

これで、Eclipse で新しい AVD を作成できるようになります。

注: Windows システムを使用してこの画像をアップロードしましたが、MAC にも同じ種類のメニュー オプションがあると確信しています。

于 2012-08-27T14:47:41.857 に答える
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 に答える