I\'ve probblem. My android wear emulator not show notification. Here is my code for mobile:
private void notifyToWear() { NotificationCompat.Wearable
Make sure that you have given the Android Wear app on your device access to notifications.
In 4.4: Settings > Security > Notification Access In L Preview: Settings > Sound & Notifications > Notification Access
Within the Notification access screen, make sure that Android Wear is checked.