2012-10-13 58 views
0

嗨,我是新的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應用程序按鈕下的文件 - >新建下拉菜單。

有誰能告訴我該怎麼做才能使它工作?

回答

0

嘗試

文件 - >新建 - >項目 - > Android-> Android的應用程序項目

0

看樣子你沒有得到歡迎屏幕,下面的鏈接中提到當Eclipse重新啓動。 http://developer.android.com/sdk/installing/installing-adt.html

你可能需要做的是去:Window-> preferences;搜索android。你應該在你的本地磁盤上指定Android SDK的位置。然後,您可以按照上述鏈接中詳細介紹的其他設置說明進行操作。

希望這會有所幫助。

+0

這是我的第一個猜測,但我沒有看到我應該改變的地方。我在這裏有一個Android條目,指定的位置默認填入(指向我安裝android SDK的位置)。 – user921608

+0

在這種情況下,你需要去:file-> new-> project ...這應該會給你一個Android對話框作爲選項。你有這個嗎? – bobestm