android adb :more than one device or emulator

电脑连接多于一个设备的时候,可以通过以下方式使用adb 命令。

step 1:

adb devices
假设得到如下结果:
List of devices attached
Q475CAAY4PWC655S   device
Q475CAAY4PWC755B   device

step2:

adb -s Q475CAAY4PWC655S  push xxx ***

你可能感兴趣的:(android,adb)