Android ADT version required 20.0.0 and higher

Yesterday I tried installing titanium appcelerator, and in this process I edited some android sdk installations. Now I have updated my Android sdk file to version 20. But when I run eclipse, I get the error message that is required for sdk version 20.0.0 or higher. I tried installing using eclipse-> help-> check for updates->, but again the installation did not work, claiming that the required elements could not be found. Please, help

+6
source share
10 answers

It is best to download the latest version of Eclipse Setup Juno http://www.eclipse.org/downloads/ open this link and download this version of the Eclipse IDE for Java EE developers

+1
source

Go to HelpInstall New Software .

There you will click on the work with: drop-down list and select your android adt link.

Then it will show a list of things to install, select it, click on.

enter image description here

+15
source

I also got the same error and I solved it from the adt update.

Go to: EclipseHelpInstall New Software and click on the work with link and select the link for android adt that you used earlier. It looks like this:

android ADT - https://dl-ssl.google.com/android/eclipse/ .

Check the developer tools and click Next. If you have already installed some of them, then eclipse will notify you.

+7
source

I have the same error, I solved this by updating the Android SDK tools and the Android SDK platform tools.

From Eclipse -> Window -> Android SDK Manager , then update Tools -> Android SDK Tools
Android SDK platform toolkits. After that, start the eclipse, and then refresh the ADT again. ( HelpCheck for new Updates ).

+1
source

What I did was delete the last ADT and go back to the previous ADT. It worked.

Go to HelpInstall New Software - find the already installed hyperlink. Remove all ADTs. Restart Eclipse and it will tell you about the ADT you need for the revision tools. Download this ADT and install it manually. It should at least work.

+1
source

This is the best and fastest solution:

Open SDK Manager → Package Menu → Update

+1
source

if you need to update ADT 20.0, otherwise it will not work, and the number of SDKs will not be indicated either. I have this problem and fix by updating ADT 20.0 as well as a good user interface.

0
source

I suspected that something was wrong with my configuration, since I did not have to suddenly update ADT when everything was before.

By the way, I got this with the "Android ADT version required 21.0.0 and higher."

To fix this, I:

  • Reinstalled eclipse (which is pretty simple since zip was still in my downloads, so I just deleted the eclipse directory and unzipped the original again - eclipse does not use the registry)
  • Created the java application "hello_world" in eclipse to check this (fixing any problems with standard searches ");
  • An Android application "hello_world" was created to check this (fixing any problems with standard search queries).
  • Returned my project files to the latest known working version,
  • Imported my project, fixed problems, etc.

About an hour of work. No downloads (assuming you still have your eclipse zcl), no updates to ADT, and no obscure issues that I have not encountered before.

This person (http://kcwebprogrammers.blogspot.com.au/2012/07/android-sdk-eclipse-hell.html) recommends a full reinstall, but it seems that a partial recovery may work.

0
source

I had the same problem too. I resolved this by doing the following in Eclipse:

Go to the Help section → Check for Updates → Install all available updates. just check on Android Development Tools, then click "Next" and confirm it :)

Mohamed Safvat

Helwan Uni

eng.mohamedsafwat@yahoo.com

0
source

In Eclipse (ADT)

Help → Installing new software ---> Working with → Android Developer Tools Update Website - http://dl-ssl.google.com/android/eclipse/

Select all the updates that you want to install and the UNCHECK option "Contact all update sites during installation to find the necessary software." After that, everything should be installed, as mentioned.

0
source

Source: https://habr.com/ru/post/919721/


All Articles