# Adb 操控多个设备 同时连接多个 android 设备后,需要指定设备才能执行命令。 adb devices 后会显示设备串号 serialNumbe。对其发起指令在adb后加-s参数跟相应设备串号: adb -s shell 即可进入相应设备adb shell。其它指令类推。