当前位置:   article > 正文

Android adb shell 报错:more than one device and emulator_adb shell adb.exe: more than one device/emulator

adb shell adb.exe: more than one device/emulator

在用adb shell 的时候,提示more than one device and emulator,怎么解决办呢?

1、获取模拟器/设备列表

adb devices

2、指定device来执行adb shell

adb -s devicename shell

例如:adb -semulator-5554 shell

在多device的时候,执行adb命令一般都需要用参数-s指定device。例如卸载emulator-5554上的包com.soft.camera

adb -semulator-5554 uninstall com.soft.camera

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/247703
推荐阅读
相关标签
  

闽ICP备14008679号