When Eclispe is enabled for Android beginners, This Android SDK requires Android Developer Toolkit version 23.0.0 or abve
When we perform Android development and configure the installation environment Eclispe & SDK & ADT, after the SDK is installed online, log on to Eclispe again. A warning box is displayed: this Android SDK requires Android Developer Toolkit version 23.0.0 or abve. current version is 22.2.1.v.201309180102-833290. please update ADT to the latest version.
The problem lies in the following: After the SDK is installed online, the ADT version that needs to match is 23.0.0 and later, and the ADT in our configuration obviously does not meet the requirements, telling us that the current version is 22.2.1.v.201309180102-833290.
Solution: 1) Update ADT to 23.0.0 or later;
2) Open the SDK \ tools \ lib \ plugin. prop file. The version 23.0.0 is displayed;
Change the version to 22.2.1 and below (I changed it to 22.1.0 );
Restart the instance;