如何解决adb rejected install command with:

2026-04-02 04:21:32

1、在调试android应用的时候我们经常会遇到这样的问题!

Failed to install Mlizhi.apk on device '?': adb rejected install command with: more than one device

[2014-03-23 13:47:56 - Mlizhi] com.android.ddmlib.AdbCommandRejectedException: more than one device

[2014-03-23 13:47:56 - Mlizhi] Launch canceled!

现在 给出一种解决方法:(已经试验 可行)

如何解决adb rejected install command with:

2、启动任务光利器,找到adb。exe

结束该进程

如何解决adb rejected install command with:

3、之后会重新启动,可以等待一会

Connection attempts: 1

[2014-03-23 13:49:44 - DeviceMonitor] Connection attempts: 2

[2014-03-23 13:49:46 - DeviceMonitor] Connection attempts: 3

[2014-03-23 13:49:48 - DeviceMonitor] Connection attempts: 4

[2014-03-23 13:49:50 - DeviceMonitor] Connection attempts: 5

[2014-03-23 13:49:52 - DeviceMonitor] Connection attempts: 6

[2014-03-23 13:49:54 - DeviceMonitor] Connection attempts: 7

[2014-03-23 13:49:56 - DeviceMonitor] Connection attempts: 8

[2014-03-23 13:49:58 - DeviceMonitor] Connection attempts: 9

[2014-03-23 13:50:00 - DeviceMonitor] Connection attempts: 10

[2014-03-23 13:50:02 - DeviceMonitor] Connection attempts: 11

4、再次,运行程序,就可以正确安装了

如何解决adb rejected install command with:

猜你喜欢