Cant connect Android Wear Device via bluetooth

后端 未结 8 1422
死守一世寂寞
死守一世寂寞 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:24

    The Complete solution for this issue..

     1. Open Your-sdk-path in Explorer.  
     2. Open platform-tools.
     3. Shift + Rightclick then select Open command window here.
     4. adb forward tcp:4444 localabstract:/adb-hub
        adb connect localhost:4444 (For Real Device).
    
     5. adb -d forward tcp:5601 tcp:5601 (for EMulator).
       Then after connect with emulator in Android wear companion app.
    

    Before Doing step 4 please ensure that debugging over bluetooth is enabled in developer option.

提交回复
热议问题