相关疑难解决方法(0)

连接多个设备时如何使用ADB Shell?失败"错误:多个设备和模拟器"

$ adb --help
Run Code Online (Sandbox Code Playgroud)

...

-s SERIAL  use device with given serial (overrides $ANDROID_SERIAL)
Run Code Online (Sandbox Code Playgroud)

...

$ adb devices
List of devices attached 
emulator-5554 device
7f1c864e  device
Run Code Online (Sandbox Code Playgroud)

...

$ adb shell -s 7f1c864e
error: more than one device and emulator
Run Code Online (Sandbox Code Playgroud)

shell android cmd adb android-debug

427
推荐指数
10
解决办法
32万
查看次数

标签 统计

adb ×1

android ×1

android-debug ×1

cmd ×1

shell ×1