Cannot connect to 127.0.0.1 5037: unable to connect due to active refusal of the target computer

adb kill-server the following error occurred:

D:\adbtools
 adb kill-server
cannot connect to daemon at tcp:5037: cannot connect to 127.0.0.1:5037:  (10061)

D:\adbtools
 netstat -ano | findstr "5037"

D:\adbtools

what is the reason for this?

Apr.20,2022

refused to connect because the service did not start
you can start the service first and then check: adb start-server

  • daemon not running; starting now at tcp:5037
  • daemon started successfully
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b362d9-4ec59.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b362d9-4ec59.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?