I have installed Android Studio. Then I have updated the Android SDK. Now when I start Android Studio, this message pops up:
ADB not responding. You c
I run netstat -nao | findstr 5037 in cmd.
netstat -nao | findstr 5037
As you see there is a process with id 3888. I kill it with taskkill /f /pid 3888 if you have more than one, kill all.
taskkill /f /pid 3888
after that run adb with adb start-server, my adb run sucessfully.
adb start-server