Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Latest ADT and sdk tools installed but still asking for latest sdk tools [duplicate]

Tags:

android

I have just installed Eclipse Juno and installed the ADT plugin 20.0.3 but I am still getting this message on every eclipse launch saying "This version of ADT requires android sdk tools in revision 20.0.0 or above.current revision is 18.0.0.Please upgrade your sdk to latest version".The sdk tools I pointed to in preferences are up to date because tomorrow I was working on Eclipse Indigo(Which also had ADT 20.0.3 installed) and had all the sdk tools updated.I just pointed the same sdk folder in Juno.Please help thank you

like image 908
Cheeta Avatar asked Nov 04 '12 16:11

Cheeta


People also ask

What is Android SDK and ADT?

The ADT-1 Developer Kit is a streaming media player and game controller designed for running and testing apps built for Android TV. The ADT-1 kit is not required for building and testing apps for Android TV. The Android SDK includes all the software needed to build TV apps and an emulator for running and testing them.

How do I find SDK tools?

To open the SDK Manager from Android Studio, click Tools > SDK Manager or click SDK Manager in the toolbar. If you're not using Android Studio, you can download tools using the sdkmanager command-line tool. When an update is available for a package you already have, a dash appears in the check box next to the package.


2 Answers

Actually, the solution involves no delete or download of the whole installer. After you update the Eclipse ADT, you just have to update the SDK tools in the SDK manager too. The trick is open SDK manager -> Packages menu -> Reload. Then the latest revision will be available to update. It's just that simple, but actually annoying at first.

like image 109
ramcrys Avatar answered Nov 19 '22 19:11

ramcrys


I was having this issue as well except I was getting it for ADT 21 and the message was as follows:

"This version of ADT requires Android SDK tools revision 21.0.0 rc9 or above".

I was not able to update to SDK tools 21.0.0 rc9 using SDK Manager. I found that I had to re-install the SDK Tools for Windows by downloading installer_r1-windows.exe

I found this link on the Get the Android SDK page.

After installing this, my SDK Manager showed SDK Tools 21 as being installed and gave me the option to download the Android 4.2 Platform.

like image 30
Bryan Bedard Avatar answered Nov 19 '22 21:11

Bryan Bedard