Getting “com.android.ddmlib.AdbCommandRejectedExce

2020-06-21 04:50发布

When I run application it show me "com.android.ddmlib.AdbCommandRejectedException: closed" Exception.

Any body have any idea why this is occurring and how can I resolve it.

3条回答
劫难
2楼-- · 2020-06-21 05:16

Your adb server might have died. Try restarting it:

adb kill-server
adb start-server
查看更多
Animai°情兽
3楼-- · 2020-06-21 05:34

I ran into this same problem and tried a variety of things. Not sure exactly which one solved it.

I tried "adb kill-server and adb start-server" and that did nothing. I was able to adb shell into my device and use logcat from terminal, but Eclipse would still not work.

Tried restarting just Eclipse and that did nothing.

Rebooted computer and rebooted phone. Went into Settings->Applications->Development and Turned Debugging off and then back on. Then it showed up correctly in Eclipse and I can see the logcat.

查看更多
Deceive 欺骗
4楼-- · 2020-06-21 05:42

Just reset the adb(In ur eclipse go to DDMS perspective. In devices tab click on the down arrow-> reset adb).enter image description here

查看更多
登录 后发表回答