When you start Android studio today, it pops up
ADB not responding. You can wait More,or kill "Adb.exe" process manually and click ' Restart '
At this time the ADB response failed, when the click Restart keep popping this hint, click Cancel is useless.
Here's how to fix it:
window key +r: Enter cmd
Input: adb kill-server
Enter ADB statr-server:
Enter ADB Nodaemon server:
The 5037 that appears indicates that the ADB port is occupied,
Input: Netstat-aon|findstr "5037" to find the process that occupies "5037":
Just kill 5037 of the process, run the program again OK
Access to the task management system:
Under Process Options, click View, choose---"select list (s)" to eject:
In the PID (process identifier) Check: appears:
At this point, the PID key is more, and then find the process port number "4476", "7420", which can be turned off.
Adb Not Responding