adb: error: failed to get feature set: more than one device/emulator

时间:2025-01-25 15:31:49

当输入 adb 命令操作设备时提示【more than one device/emulator】错误,可能的原因是电脑同时连接了一台以上的Android设备。以下解决办法:

1、使用 adb devices 命令查看连接的设备信息

例如,

List of devices attached
CUY3ITPD0R    device
sp09107238163576    device

2、使用 adb -s <设备序列号> 命令指定设备,再接操作命令即可

例如,

adb -s CUY3ITPD0R push music.mp3 sdcard