Problem Description:
The previous article about solving the APPCOMPAT_V7 problem to reduce the ADT version, so the old version 22.3.0 Ah, reopen Eclipse, immediately pop up:
This Android SDK requires Android Developer Toolkit version 23.0.0 or above. Current version is 12.0.0.v201106281929-138431.
In general this is because the SDK has been mistakenly updated, causing the SDK version to be too high and Eclipse prompts to update ADT.
So I think it is my SDK version is too high, so I opened the SDK manager, deleted 20 and above all related things, the result is still not ...
The solution is as follows:
Locate the plugin.prop file under Android-sdk-windows\tools\lib to modify the version number, instead of the same version number as the installed ATD, I will change 23.0.0 To: 22.3.0.
Reference:
http://blog.csdn.net/nieweiking/article/details/37047533
[Go] This Android SDK requires Android Developer Toolkit version 23.0.0 or above