Android adb not responsing
netstat -aon | findstr "5037"
and you will find the process "kadb.exe" that used the port 5037, kill this process and restart your android application.
netstat -aon | findstr "5037"
and you will find the process "kadb.exe" that used the port 5037, kill this process and restart your android application.