Android Studio wireless ADB error (10061)

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

    I had a similar problem. I found out the problem was if I had other devices/emulators connected to the adb already, the "adb connect " command would give me the "No connection could be made because the target machine actively refused it" message.

    The solution is to make sure all the other devices/emulators are disconnected (either physically disconnect or quit the emulator application) before running adb connect . You can then reconnect your other devices (if you need them reconnected). A total pain.

    Your mileage to this solution may vary depending on your problem.

提交回复
热议问题