Figure 1 unable to connect to :5555 Causes The ADB is connected to the cloud phone over USB instead of over Wi-Fi. Handling Method Run the adb tcpip Local idle port command in the CLI, and then run the adb connect 127.0.0.1: Local idle port command to reconnect to the cloud phone...
after typing the usual adb tcpip and followed by the adb connect plus scrcpy I get: adb: error: connect failed: more than one device/emulator ERROR: adb push" returned with value 1 So, what causes this and how can I fix it? The correct answer is: On your Windows 10 PC, press ...
1、请把你的Android设备用数据线连接到电脑,当然,你也要把Android设备的wifi打开。 2、在windows命令行下,进入SDKplatform-tools/目录(具体看你把SDK安装在哪个目录了),执行adb tcpip 5555回车。这里其实是打开了adb调试的无线端口(Android设备在电脑上的端口映射),其实后面的数字你可以随便来,只要端口没有被占用。