WearableListenerService, onDataChanged() is not called

前端 未结 7 934
野趣味
野趣味 2020-12-11 01:05

I followed the tutorial to invoke a Wearable activity from phone, posted here How to send notification from handheld to wear to open Activity on wear device. However, I grab

7条回答
  •  北海茫月
    2020-12-11 01:20

    If you are using Android Wear emulator than be sure that Android Wear app on the phone has Connected to the emulator and you run adb tcp forwarding command.

    Additional details here: https://stackoverflow.com/a/25506889/1044864

提交回复
热议问题