1、adb devices 查看所有连接设备。 2、adb -s <设备名> shell 指定device来执行adb shell。 3、adb -s <设备名> <指令> 在指定设备执行指令。 相关文章: 2021-12-20 2021-06-10 2022-12-23 2022-12-23 2022-12-23 2021-11-02 2021-07-04 2021-05-02