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.

source share