2013-04-04 53 views
0

我在論壇上看到了這一點,但不像在論壇上需要版本更新來解決,我相信我的軟件是最新的。嘗試啓動android失敗 - 工具需要更新或安裝

在Windows 7,Android的SDK管理器中顯示:

Android SDK工具安裝21.1

已安裝Android SDK平臺工具16.0.2

SDK路徑C:\用戶\業主\文件\ ADT -bundle - 窗口x86-20130219 \ ADT-束 - 窗口x86-20130219 \ SDK

當我試圖通過 '文件 - 新的Android應用程序項目' 開始一個項目,評估小組報告

---這些工具需要通過SDK管理器更新

---工具安裝過時或沒有安裝

任何對此的方向,將不勝感激。

+0

在Eclipse中,去幫助 - >檢查更新 – Luis 2013-04-04 03:25:30

回答

0
OK. I had viewed this Eclipse ADT and find out the way to get around this issue and able to Update My SDK Tool to 21.1.0. 

Solution is : First Update ADT to 21.1.0 and Then Update SDK Tool to 21.1.0 

Actually, above link Says, 

ADT 21.1.0 is designed for use with SDK Tools r21.1.0. If you haven't already installed SDK Tools r21.1.0 into your SDK, use the Android SDK Manager to do so. 

So, What i have to do is to update my ADT to 21.1.0(Latest Version) and then was able to update SDK tool to 21.1.0. i thought only SDK Tool has been updated Not ADT. so i was Updating the SDK Tool with Older ADT Version(21.0.1). 

How to Update your ADT to Latest Version? 

In Eclipse go to Help 
Install New Software ---> Add 
inside Add Repository write the Name: ADT (as you want) 
and Location: https://dl-ssl.google.com/android/eclipse/ 
after loading some time you will get Developer Tools and NDK Plugins 
check both if you want to use NDK in the future or check Developer Tool only 
click Next 
Finish 

Copied 
+0

關於SDK的經理,我顯示如下內容: – user2243057 2013-04-05 12:47:02

+0

在SDK管理器,它同時顯示「Android SDK工具安裝2.1.1」以及「Android SDK中平臺 - 工具16.0.2安裝'。兩者都應該被列出嗎? SDK管理器正在成功找到sdk \ tools目錄的路徑,並且我看到其中的文件主要是2013年2月2日,因此我相信sdk管理器正在指向最新的工具目錄。但是我仍然得到這樣的信息:工具需要更新,或者已經過時或者沒有安裝。 – user2243057 2013-04-05 12:48:21

+0

嘗試安裝新軟件的一部分,因爲它們有時需要更新,它會告訴你需要什麼 – 2013-04-05 13:11:22

相關問題