Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

This Android SDK requires Android Developer Toolkit version 14.0.0 or above. .... Please update ADT to the latest version

Tags:

android

sdk

adt

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.  Please update ADT to the latest version.

I am facing this error problem when I am using Eclipse.

like image 359
URAndroid Avatar asked Jun 27 '12 13:06

URAndroid


2 Answers

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

like image 142
Korhan Ozturk Avatar answered Oct 22 '22 03:10

Korhan Ozturk


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.

like image 12
Vipul Avatar answered Oct 22 '22 05:10

Vipul