Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'

Tags:

android

I am a newbie and want to learn android. However, I face difficulties during installation of android studio.

I have installed android studio correctly but when I want to run a Hello World in my android device, it shows

ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart'

I have searched it from the Internet but it still cannot solve the problem, what can I do to solve it?

like image 508
kman0606 Avatar asked Dec 26 '14 03:12

kman0606


People also ask

How do I manually remove adb exe?

Go to Tools -> Android -> Enable ADB entegration. Untick this. Make sure its status appears as unticked. Now go to task manager and killed the process adb.exe, it will not restart itself this time.

How do I shut down adb server?

To stop the adb server, use the adb kill-server command. You can then restart the server by issuing any other adb command.


1 Answers

I've found the answer to this. This had been plaguing me for days, but so happy to have this fixed.

When I go to task manager the process adb.exe was constantly restarting itself. This is what was causing the issue (for me).

Go to Tools -> Android -> Enable ADB entegration. Untick this. Make sure its status appears as unticked. Now go to task manager and killed the process adb.exe, it will not restart itself this time. Now click run, hey presto, ADB runs. Whoop de doo.

like image 116
Stephen Kennedy Avatar answered Sep 20 '22 21:09

Stephen Kennedy