adb device 显示多个设备的时候

版权声明:本文为博主原创文章,未经博主允许不得转载 https://blog.csdn.net/hnlgzb/article/details/82530744

-s xxxxx    xxx是设备序列号

C:\Users\Chenshaowu>adb devices
List of devices attached
BYF4C17220006967        device
CQMZ6S85VWNN9TTK        device


C:\Users\Chenshaowu>adb -s BYF4C17220006967 shell


D:\>adb -s BYF4C17220006967 pull /sdcard/XXXXX.apk

猜你喜欢

转载自blog.csdn.net/hnlgzb/article/details/82530744