I am sure that I just missed something obvious, but I do not understand where to look for a solution. I am trying to start with android wear and follow the tutorial on this page . However, I cannot find any information about which libraries I need to include or where to get them from. I use eclipse and used the Android SDK manager to download the Android Wear system image (although I have a G-Watch to check it) and all 4.4W materials, and I installed the project to build against 4.4 W, but I still get the following error:
The import android.support.v4.app.NotificationManagerCompat cannot be resolved The import android.support.v4.app.NotificationCompat.WearableExtender cannot be resolved
I have android-support-v4.jar support enabled, and android.support.v4.app.NotificationCompat found OK, but I can not see anywhere in the wearing documents in android that say I can get this library, and this forces make me crazy. If someone could point me in the right direction, that would be great.
thanks
java android eclipse android-wear
Ben
source share