This Android Sdk Requires Android Developer Toolkit Version 14.0.0 Or Above. .... Please Update Adt To The Latest Version
Solution 1:
This error happens due to an incompatibility between ADT and SDK.
To fix it:
- Eclipse > Help
- Install New Software
- Add this to Work With section and press enter
- After developer tools appears on the list, check it and click Next
- 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:
- In Eclipse go to Help.
- Select the "Install New Software" menu item.
- From this dialog, click the "Add..." button. This will bring up a new, smaller dialog.
- Enter the Name "ADT" and Location: "https://dl-ssl.google.com/android/eclipse/"
- after loading you will get Developer Tools and NDK Plugins
- check both if you want or check Developer Tools.
- click Next
- 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"