当前位置: 首页 > 工具软件 > oneDevice > 使用案例 >

error: more than one device/emulator

陈实
2023-12-01


原因:电脑上连接多台手机设备,直接使用 adb shell 所致。


解决办法:

1. 列出所有连接设备:adb devices

2. 连接指定设备,使用命令: adb -s <specific device> (directs command to the device or emulator with serial number or qualifier. Overrides ANDROID_S environment variable)。


示例:adb -s emulator-5554 shell



 类似资料: