user4125772
user4125772

Reputation: 159

Eclipse:This Android SDK requires Android Developer tools 23.0.0 or above?

I am attempting to set the path to my SDK in order to use it within Eclipse Luna, However whenever I do so I get the error:

This Android SDK requires Android Developer tools 23.0.0 or above, please update ADT to latest version.

The issue is that I do not want to update to the the newest version of the ADT plugin, I am purposely using the older version as it is the version compatible with a plugin tool I want to use.

I have installed various SDK build tools versions (namely Rev 21) using SDK manager in order to try and make it compatible with the ADT plugin, however this has not worked.

How can I make the old ADT and SDK compatible? Do I need to download a complete older version of the SDK, rather than just older verion of the build tools?

Screenshot of error:

enter image description here

Upvotes: 0

Views: 351

Answers (1)

Robert Rowntree
Robert Rowntree

Reputation: 6289

read how to revert eclipse to older versions of ( ADT, SDK )

get the downloads and install them.

dl.google.com/android/android-sdk_r22.6.2-linux.tgz

dl.google.com/android/android-sdk_r21.0.1-linux.tgz

--EDIT-- i use linux above are 2 linux links for dwnload respective version. substitute your OS and maybe google a little and you will have the link for R21 on your OS...

Where can I find older versions of Eclipse ADT

you can hunt for other, older versions of SDK dwnloads. sample link provided

Upvotes: 1

Related Questions