Not able to connect Android Wear Emulator with Device

前端 未结 9 1038
生来不讨喜
生来不讨喜 2020-12-05 02:28

I am not able to connect Android Wear Emulator with my device.I have HTC One device which has 4.4 (KitKat OS).

I follow below link :

Setting up Android Wear<

9条回答
  •  伪装坚强ぢ
    2020-12-05 02:43

    1. Enable adb debugging in the developer options on your watch.
    2. Enable bluetooth debugging in the developer options on your watch.
    3. Enable bluetooth debugging in the wear app on your phone. run in terminal:
    4. adb forward tcp:4444 localabstract:/adb-hub; adb connect localhost:4444

    See this training.

    I think I also had luck with using the cradle plugged directly into the computer, but unable to confirm that now.

提交回复
热议问题