Android Studio wireless ADB error (10061)

前端 未结 27 1652
一生所求
一生所求 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条回答
  •  天涯浪人
    2020-12-13 01:17

    Device and PC are connected to same network connection.

    1 stay connect via USB

    2 adb kill-server

    3 adb usb

    4 adb tcpip 5555

    5 adb connect 192.168.43.1:5555

    6 adb devices (must be see two device names , one of them is by deviceIP)

    7 unplug USB cable

提交回复
热议问题