Use the Android
Studio it has full support to Android
and is passive in the use of the jetbrains
, Google no longer provides support for ADT
(soon it is possible that this is not supporting the Android Wear
)(eclipse plugin to develop Android
), soon the ADT
tends not to support the new Apis of Android
(which is currently in review 22).
Note on ADT:
Note: If you have been using Eclipse with ADT, be Aware that Android
Studio is now the Official IDE for Android, so you should migrate to
Android Studio to receive all the Latest IDE updates. For help Moving
Projects, see Migrating to Android Studio.
Source: http://developer.android.com/tools/help/adt.html
Considering that the official tool supported by the Android team is Android Studio and that wearables are very recent elements, the chance of this giving problem in the eclipse is great. I strongly recommend that you either switch to Android Studio or uninstall wearables Features.
– EduardoFernandes