ADB not responding. If you'd like to retry, then please manually kill "adb.exe" and click 'Restart what to do now to resolve this error
Asked
Active
Viewed 83 times
-10
-
Please clarify your question – Sergei Bubenshchikov Jan 10 '17 at 09:27
-
http://stackoverflow.com/a/27652766/5722385 – Mrinmoy Jan 10 '17 at 09:28
-
2Manually kill "adb.exe" and click "Restart" – Guy Jan 10 '17 at 09:31
1 Answers
0
You can try the following to get ADB working:
- First search for adb.exe in processes of task manager and end it and try to run application.
If the above doesn't work or you can't see adb.exe in task manger go for the next way
Open command prompt, give path of platform-tools and write following commands one after other
- adb kill-server
- adb start-server

Mrinmoy
- 1,370
- 2
- 18
- 28