Android Studio wireless ADB error (10061)

前端 未结 27 1382
一生所求
一生所求 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:41

    I had same issue with Android Studio 3.5.2, here is how i solved it.

    1. First you must connect your device via USB once. (Debugging mode starts only when usb is connected)

    2. Go to command prompt : adb tcpip 5555 (watch for port on which adb started) then : adb connect :

    3. After successful connection goto Studio>Run>Select Device.

提交回复
热议问题