当多台设备连接时,选择其中设备ADB调试

1. 通过adb devices命令获取所有online设备的serial number。

C:\Users\zhaopeng>adb devices
List of devices attached
b7b86f9 device
localhost:4444  device



2. 通过adb -s <serial number> cmd向设备发送adb命令。

比如:运行命令shell。

C:\Users\zhaopeng>adb -s b7b86f9 shell


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章