Latest
As I already said that ADT 23.0.4
and SDK 24.0.1
are not compatible to each other.
We have got another update to of Android SDK
to 24.0.2
(May be their team read our this question and released an update so quickly). However this update has not been documented yet on this page but still you will be able to see it in your Eclipse's SDK Manager
.
I updated my SDK to 24.0.2
and now it is working fine. You too can try to update your Android SDK
to 24.0.2
and hopefully everything will work fine.
Older Answer
The ADT Plugin for Eclipse
and Android SDK
both should be compatible to each other for making Eclipse do such things automatically.
But it seems like ADT 23.0.4 (Released in October 2014)
and SDK Tools, Revision 24.0.1 (Released in December 2014)
are not compatible to each other.
We should expect an update to ADT plugin soon which will be compatible with SDK tools 24.0.1.
You can check from the documentation:
For SDK Tools, Revision 23.0.4 (October 2014) they have mentioned the following points.
Android SDK Platform-tools revision 19 or later.
If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with ADT 23.0.4 and later.
If you notice,
But for SDK Tools, Revision 24.0.0 & 24.0.1 (December 2014), They have only mentioned
Android SDK Platform-tools revision 19 or later.
And if you check this document then you will find for SDK 23 or earlier with each revision the compatible ADT version was mentioned but only with 24 they have not mentioned anything yet. So the compatible version is yet to come.
I had same issue but in the end had to undo my update to SDK tool to back to 23.0.4.
If you want to undo your update you can follow the following simple steps:
- Download the older ADT plugin manually.
- Extract the contents and copy the
tools
folder from there.
- Go to your
SDK installation directory
and replace the tools
folder.
Your SDK will be back to 23 version and everything will start working again.