Android Studio wireless ADB error (10061)

前端 未结 27 1723
一生所求
一生所求 2020-12-13 00:46

It seems that wireless ADB has more and more issues each time I update Android Studio. Using 2.1.1, I\'m now unable to connect to my tablet using the command:



        
27条回答
  •  猫巷女王i
    2020-12-13 01:24

    I had the same issue. These steps worked for me:

    1. connect your device with usb
    2. when your cmd already in AppData\Local\Android\Sdk\platform-tools>,type adb tcpip 5555
    3. the cmd will show restarting in TCP mode port: 5555
    4. type adb connect 192.168.43.1:5555

    Hope this can solve your issue.

提交回复
热议问题