-10

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

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
mohitmonu
  • 117
  • 1
  • 2
  • 7

1 Answers1

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

    1. adb kill-server
    2. adb start-server
Mrinmoy
  • 1,370
  • 2
  • 18
  • 28