简体   繁体   中英

adb.exe not responding.kill manually

I have just installed android studio. It is giving me the following error "adb.exe not working" . I tried to manually kill it but I was not able to do it, because it didn't show me in the task manager

Click on Wait more And wait for a moment. It will start.

And if you want to kill the process, look under the background processes in Task manager. It should be there.

在此处输入图片说明

adb is a process . So as @Nivedita mentioned, you won't it in Applications or Apps , but Processes or Background processes .

I have encountered this problem very often, especially while I was working with ADT-Bundle in Eclipse. If you are going to do it often, I suggest you to have adb in the PATH variable, that way you could execute commands via Command Prompt .

To kill ADB : adb kill-server
To start ADB : adb start-server

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM