ADB操作多台设备

1、adb devices

  查看所有连接设备。

2、adb -s <设备名> shell

  指定device来执行adb shell。

3、adb -s <设备名> <指令>

  在指定设备执行指令。

原文地址:https://www.cnblogs.com/diyishijian/p/4522660.html