ADB not responding. You can wait more,or kill “adb

2019-01-10 20:08发布

I have installed Android Studio. Then I have updated the Android SDK. Now when I start Android Studio, this message pops up:

ADB not responding. You can wait more,or kill "adb.exe" process manually and click 'Restart'

The dialog has 3 options: Wait more, Restart and Cancel. But all of them gives me the same result, i.e. a message Waiting for ADB appears and I can't do anything with Android Studio.

I have to kill the program using windows task manager! I'm using windows 7.

Can anyone help me on this?

20条回答
smile是对你的礼貌
2楼-- · 2019-01-10 20:55

If you need to kill all adb processes on windows with one command, you can do it as follows:

taskkill /F /IM adb*
查看更多
霸刀☆藐视天下
3楼-- · 2019-01-10 20:56

An another one: you might want to avoid running Eclipse and Android Studio together, it helped me.

查看更多
登录 后发表回答