Skip to content Skip to sidebar Skip to footer

This Android Sdk Requires Android Developer Toolkit Version 14.0.0 Or Above. .... Please Update Adt To The Latest Version

Please help me with fixing the following error: This Android SDK requires Android Developer Toolkit version 14.0.0 or above. Current version is 12.0.0.v201106281929-138431. Ple

Solution 1:

This error happens due to an incompatibility between ADT and SDK.

To fix it:

  1. Eclipse > Help
  2. Install New Software
  3. Add this to Work With section and press enter
  4. After developer tools appears on the list, check it and click Next
  5. Restart eclipse once download is finished

Similar problem was already discussed here: Eclipse: won't let me use Android SDK, wrongly claims my ADT is out of date

Solution 2:

The reason is that you have updated android sdk but your android adt plugin is not up to date. So updating your Eclipse plugin would resolve the problem.

Solution 3:

  1. In Eclipse go to Help.
  2. Select the "Install New Software" menu item.
  3. From this dialog, click the "Add..." button. This will bring up a new, smaller dialog.
  4. Enter the Name "ADT" and Location: "https://dl-ssl.google.com/android/eclipse/"
  5. after loading you will get Developer Tools and NDK Plugins
  6. check both if you want or check Developer Tools.
  7. click Next
  8. Accept licenses, and Finish

Solution 4:

if you don't want to update your ADT version, you can do this for fix your problem.

modify ${android-sdk}/tools/lib/plugin.prop plugin.version to your current version, restart eclipse.

# begin plugin.propplugin.version=22.3.0# end plugin.prop

enjoy it.

Solution 5:

For those of you who are experiencing this problem:

Eclipse says the ADT needs an update -You click to check for updates -It tells you there are no updates

You need to run Eclipse as administrator. This will immediately fix the problem.

Post a Comment for "This Android Sdk Requires Android Developer Toolkit Version 14.0.0 Or Above. .... Please Update Adt To The Latest Version"