Abd*_*sae 5 android adb usb-debugging
ADB安装在计算机中,并在设备上启用USB调试.我也成功通过wifi连接了一台设备.如何连接更多设备,而不必为每个附加设备提供设备的序列号,-s如下所示:adb -s <serial> tcpip <port>
Abd*_*sae 17
是的,有一种方法可以这样做而无需输入序列号.
假设您要通过wifi连接到ADB的2个设备A(IP:192.168.1.32)和B(IP:192.168.1.33):
adb -d tcpip 5555adb connect 192.168.1.32adb -d tcpip 5555adb connect 192.168.1.33根据我的经验,Abdul Wasae的回答略有变化。
设备A(IP:192.168.1.32)
设备B(IP:192.168.1.33)
使用USB电缆将设备A连接到计算机(但不连接B)
adb -d tcpip 5555
adb connect 192.168.1.32
断开设备A的连接,然后使用USB电缆将设备B连接到计算机,这一次您需要更改端口!
adb -d tcpip 5554
Run Code Online (Sandbox Code Playgroud)
在这里您还需要指定端口
adb connect 192.168.1.33:5554
Run Code Online (Sandbox Code Playgroud)
我也在这里详细记录了这一点, 使用adb通过wifi连接多个设备
| 归档时间: |
|
| 查看次数: |
4047 次 |
| 最近记录: |