Cant connect Android Wear Device via bluetooth

后端 未结 8 1412
死守一世寂寞
死守一世寂寞 2021-02-09 16:50

I have USB debugging on and I am showing that the Target is connected I however am unable to connect the host.

When I run the below command on my PC I get output indicat

8条回答
  •  暖寄归人
    2021-02-09 17:04

    This is easy to solve:

    I had the same problem. Just devide this into two calls.

    First enter:

    adb forward tcp:4444 localabstract:/adb-hub
    

    hit Enter and after that:

    adb connect localhost:4444
    

    Enter and it should connect. If not try first to start the "adb start-server"

提交回复
热议问题