原文:消除ADB错误“more than one device and emulator”的方法

当我连着手机充电的时候,启动模拟器调试,运行ADB指令时,报错。 C: Users gaojs gt adb shell error: more than one device and emulator C: Users gaojs gt adb install e: good.apk error: more than one device and emulator 碰到这样的情况。首先要查一下 ...

2017-07-08 17:12 0 1312 推荐指数:

查看详情

解决adb的"more than one device and emulator"错误

当我连着手机充电的时候,启动模拟器调试,执行ADB指令时,报错。 碰到这种情况,首先要查一下,是不是真的有多个设备或模拟器。 发现还真是多个设备,那就需要为ADB命令指定设备的序列号了。 也就是如上所示,给命令加上-s的参数就可以 ...

Tue Sep 08 16:33:00 CST 2020 0 528
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM