2019独角兽企业重金招聘Python工程师标准>>> 1、adb devices 查看所有连接设备。 2、adb -s <设备名> shell 指定device来执行adb shell。 3、adb -s <设备名> <指令> 在指定设备执行指令。 内容转自:http://www.cnblogs.com/diyishijian/p/4522660.html tips: 本文由wp2Blog导入,原文链接:http://devonios.com/adb-choose-target-device.html 转载于:https://my.oschina.net/yangyan/blog/859241