Android Studio: ADB response error and two instances of adb.exe running simultaneously

I constantly get the famous "ADB", which is not responding. You can wait more or kill the β€œabd.exe” process manually and click β€œRestart”, and when I started the Windows task manager to kill this process, I can run two instances of adb.exe at the same time.

I have Eclipse and Android Studio installed, and both use the same SDK, if that matters.

Now, when I kill both instances of the adb.exe process and then restarts adb using adb start-service from the command line and I get a message like `deamon start successfully.

But then when I launch Android Studio again, I encounter the same problem.

So, any suggestions for me? Are two adb.exe processes adb.exe with this?

PS I'm trying to use genymotion as a simulator, if that matters. And I am using the 64-bit version of Windows 7.

Windows Task Manager

+5
source share
2 answers

As AAverin said, look here: fooobar.com/questions/12690 / ...

You just need to change adb settings (user android-sdk instead of genymotion)

+2
source

You need to restart the computer once. After that, the problem will be solved.

-1
source

Source: https://habr.com/ru/post/1206362/


All Articles