Error Message:This Android Sdk Requires Android Developer Toolkit Version 22.6.1 or Above

Error Message : This Android SDK requires Android Developer Toolkit version 22.6.1 or above

Today me and one of my friends faced the same problem, so I have tried many things like restarting eclipse, checking updates, etc. but none was working for me.

Then I found a solution from Here and it's working as a charm for me and also for my friend.

Follow the steps here:

  • Start Eclipse, then select Help > Install New Software.
  • Click Add, in the top-right corner.
  • In the Add Repository dialog that appears, enter "ADT Plugin" for the
    Name and the following URL for the Location:

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

  • Click OK.

If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).

  • In the Available Software dialog, select the checkbox next to
    Developer Tools and click Next.
  • In the next window, you'll see a list of the tools to be downloaded.
    Click Next. Read and accept the license agreements, then click
    Finish.
  • If you get a security warning saying that the authenticity or
    validity of the software can't be established, click OK.
  • When the installation completes, restart Eclipse.

Error: This Android SDK requires Android Developer Toolkit version 22.6.1 or above

Yet, if someone is facing this issue, Then follow steps below:

  1. download new stand alone SDK from android's developer site

  2. Close eclipse if it is opened and copy new downloaded sdk in the same location where your already existing old sdk is. Must replace conflict files and keep rest.

  3. No need to delete old sdk. Copying as in step 2 will update your Android Developer Toolkit version to 22.6.1 or above which is required and will keep already downloaded APIs.

  4. Now start your eclipse, and the error will be gone forever. :)

if someone will have trouble doing so, leave me a comment, will try to guide.

the android sdk requires android developer toolkit version 22.6.1 or above

I reported this bug yesterday. Solution is to use Help -> Install new software option with httpS:// protocol (s is important). No special downloads or re-installations is needed, just choose the right update site.

This Android SDK requires Android Developer Toolkit version 23.0.0 or above

The best solution to this is to download a new ADT from http://developer.android.com/sdk/index.html

Android SDK requires Android Developer Toolkit version 23.0.0 or above

  • I solved these problem by deleting the Adt Bundle Which was shown
    error.

  • Then Extract the new adt bundle to solve these problem.After that just updated the Android 4.4.2(API 19) in Android Sdk Manager.

  • you are getting these error because of updating the Android Sdk
    Tools 22.6.2
    .Below I shown the Screenshot of it.

    enter image description here

  • Install everything as shown in the screenshot itself.Then these
    problem will not occur again.

When I load ADT why do I receive the error The Android SDK requires Android Developer Toolkit version XX.X.X or above?

For some reason ADT (Eclipse) won't pick up on the fact that it does in fact need to be updated. Since the built in tools for updating are failing you you'll have to work around them. On the Help menu instead of selecting Check for Updates instead pick Install New Software (so Help > Install New Software).

On the Available Software screen in the Work With dropdown provide:
https://dl-ssl.google.com/android/eclipse/ if it's not already available. You should see a list of options including Developer Tools. Check everything that you want to update. In the list of checkboxes below uncheck "Contact all update sites during install to find required software."

Install New Software

Click Next and follow the remaining onscreen prompts. You may be warned that instead of an install an update will be performed. This is okay. Once the operation is complete you will no longer receive the "The Android SDK requires Android Developer Toolkit verxion 21.1.0 or above" error when you load ADT.



Related Topics



Leave a reply



Submit