尝试启动android失败 - 需要更新或安装工具

时间:2013-04-04 03:23:15

标签: android install

我在论坛上看到了这一点,但与需要解决版本更新的论坛上的热门不同,我相信我的软件是最新的。

在Windows 7下,Android SDK Manager显示:

android sdk工具21.1已安装

Android sdk平台工具16.0.2已安装

SDK路径c:\ users \ owner \ documents \ adt-bundle-windows-x86-20130219 \ adt-bundle-windows-x86-20130219 \ sdk

当我尝试通过'file-new-Android Application Project'开始项目时,面板会报告

---需要通过SDK Manager更新工具

---已安装过期或未安装的工具

对此的任何指示都将不胜感激。

1 个答案:

答案 0 :(得分: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