0

こんにちは、私は日食とアンドロイドが初めてです。Windows 7 ラップトップで ADE をセットアップしようとしています。エクリプスは正常に動作しています。今、私はhttp://developer.android.com/sdk/installing/installing-adt.htmlの手順に従います

ADT プラグインをダウンロードする

Start Eclipse, then select Help > Install New Software.
Click Add, in the top-right corner.
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.

ここまでは順調ですね

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.
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.
If you get a security warning saying that the authenticity or validity of the software can't be established, click OK.
When the installation completes, restart Eclipse.

ここで迷ってしまいます。Eclipse を再起動すると、[File] - > [New ] ドロップダウン メニューの下に [ Android App ] ボタンがないため、ADT が 表示されないようです。

誰かがそれを機能させるために何をすべきか教えてもらえますか?

4

2 に答える 2

0

試す

ファイル -> 新規 -> プロジェクト -> Android -> Android アプリケーション プロジェクト

于 2012-10-13T08:04:23.380 に答える
0

Eclipse の再起動時に、次のリンクに記載されているウェルカム画面が表示されなかったようです。 http://developer.android.com/sdk/installing/installing-adt.html

あなたがする必要があるかもしれないことは、次の場所に行くことです: Window->preferences; アンドロイドを検索します。そこで、ローカル ディスク上の Android SDK の場所を指定する必要があります。その後、上記のリンクで説明されている残りのセットアップ手順に従うことができます。

お役に立てれば。

于 2012-10-13T08:36:05.947 に答える