简体   繁体   English

adb.exe 没有响应。手动杀死

[英]adb.exe not responding.kill manually

I have just installed android studio.我刚刚安装了android studio。 It is giving me the following error "adb.exe not working" .它给了我以下错误“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.单击“ Wait more并稍等片刻。 It will start.它会开始。

And if you want to kill the process, look under the background processes in Task manager.如果要终止进程,请查看任务管理器中的background processes It should be there.它应该在那里。

在此处输入图片说明

adb is a process . adb是一个process So as @Nivedita mentioned, you won't it in Applications or Apps , but Processes or Background processes .因此,正如@Nivedita 所提到的,您不会在Applications or Apps ,而是在Processes or Background processes

I have encountered this problem very often, especially while I was working with ADT-Bundle in Eclipse.我经常遇到这个问题,特别是当我在 Eclipse 中使用 ADT-Bundle 时。 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 .如果你经常这样做,我建议你在 PATH 变量中有adb ,这样你就可以通过Command Prompt执行命令。

To kill ADB : adb kill-server杀死亚行: adb kill-server
To start ADB : adb start-server启动亚行: adb start-server

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 亚行没有回应。您可以等待更多,或手动终止“adb.exe”进程并单击“重新启动” - ADB not responding. You can wait more,or kill “adb.exe” process manually and click 'Restart' 亚行没有回应。 如果您想重试,请手动杀死“ adb.exe”并点击“重新启动” - ADB not responding. If you'd like to retry, then please manually kill “adb.exe” and click 'Restart' Windows 上的 Android Studio:ADB 没有响应。 如果您想重试,请手动杀死“adb.exe”并单击“重新启动” - Android Studio, on Windows: ADB not responding. If you'd like to retry, then please manually kill “adb.exe” and click 'Restart' 亚行没有回应。 你可以等待更多,或杀死“adb.exe”... windows 8 - ADB not responding. You can wait more, or kill “adb.exe” … windows 8 如何在Windows上安全终止Adb.exe进程 - How to safely kill adb.exe process on windows 如果需要,adb.exe 启动服务器失败,请手动运行 - adb.exe start server failed-run manually if neccessary adb.exe挂在Windows 7上 - adb.exe hang on windows 7 来自adb.exe的评论 - Comments from adb.exe 尝试使用jarsigner.exe手动签名android软件包并使用adb.exe安装 - Trying to manually sign android package with jarsigner.exe and install with adb.exe adb 在 powershell 中不起作用,但 adb.exe 有效 - adb not working in powershell but adb.exe works
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM