每次更新Android Studio时,无线ADB似乎都会出现越来越多的问题.使用2.1.1,我现在无法使用以下命令连接到我的平板电脑:
adb connect <ip addr>
Run Code Online (Sandbox Code Playgroud)
它导致错误:
unable to connect to <ip addr>:5555: cannot connect to <ip addr>:5555: No connection could be made because the target machine actively refused it. (10061)
Run Code Online (Sandbox Code Playgroud)
这在批准平板电脑上对话框中的连接后直接发生.在今天之前,我被迫adb kill-server先尝试连接到平板电脑,但现在甚至没有帮助.