输入adb shell 时 提示error: more than one device and emulator

当我连着手机充电的时候,启动模拟器调试,执行ADB指令时,报错。

C:\android\android-sdk\platform-tools>adb shell
error: more than one device and emulator
C:\android\android-sdk\platform-tools>adb install e:\good.apk
error: more than one device and emulator

碰到这种情况,首先要查一下,是不是真的有多个设备或模拟器。

C:\android\android-sdk\platform-tools>adb devices
List of devices attached
192.168.141.101:5555  device
4dfadcb86b00cf05        device

发现还真是多个设备,那就需要为ADB命令指定设备的序列号了。

C:\android\android-sdk\platform-tools>adb -s 192.168.141.101:5555 shell

也就是如上所示,给命令加上-s的参数就可以了!

或者我把连着的手机从电脑上移除,就可以了。嘿嘿~~~

如果实际上只有一个设备或模拟器,并且查到有offline的状态;
那就说明是ADB本身的BUG所导致的,就需要用如下的方法处理下了:

C:\android\android-sdk\platform-tools>adb kill-server
C:\android\android-sdk\platform-tools>taskkill /f /im adb.exe

第一条命令是杀ADB的服务,第二条命令是杀ADB的进程!

如果第一条没有用,才考虑用第二条命令再试试看的!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值