嗨,我是新的eclipse和android。試圖在Windows 7筆記本電腦上設置ADE。 Eclipse工作正常。 現在我遵循http://developer.android.com/sdk/installing/installing-adt.html在Windows 7上的日食的ADT插件
下載的程序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.
SO FAR SO GOOD
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時,ADT顯然不存在,因爲Android應用程序按鈕下的文件 - >新建下拉菜單。
有誰能告訴我該怎麼做才能使它工作?
這是我的第一個猜測,但我沒有看到我應該改變的地方。我在這裏有一個Android條目,指定的位置默認填入(指向我安裝android SDK的位置)。 – user921608
在這種情況下,你需要去:file-> new-> project ...這應該會給你一個Android對話框作爲選項。你有這個嗎? – bobestm