when we do Android development, configure the installation environment Eclispe&sdk&adt process, after the SDK installed online, re-login to Eclispe, a warning box appears: This Android SDK requires Android Developer Toolkit version 23.0.0 or above. Current version is 22.2.1.v.201309180102-833290. Please update ADT to the latest version.
The problem is with: after installing the SDK online, it needs to match the ADT version at 23.0.0 and above, and the ADT in our configuration is obviously not up to the requirements, telling us that the current version is 22.2.1.v.201309180102-833290.
Solution: 1) Update ADT version to 23.0.0 and above;
2) Open Sdk\tools\lib\plugin.prop file; You can see the version of 23.0.0;
then change the version to 22.2.1 and the following (I changed to 22.1.0);
can be restarted after reboot;
Android Beginner Eclispe Environment start encounter this Android SDK requires Android Developer Toolkit version 23.0.0 or above