adb socket not working and daemon

Ankit Mistri picture Ankit Mistri · Aug 9, 2016 · Viewed 42.7k times · Source

I am getting this type of error

error: could not install smartsocket listener: cannot bind to 127.0.0.1:5037: Only one usage of each socket address (protocol/network address/port) is normally permitted. (10048) 1:34:26 PM could not read ok from ADB Server 1:34:26 PM * failed to start daemon * 1:34:26 PM error: cannot connect to daemon 1:34:26 PM 'C:\Users\MITESH SUTHAR\AppData\Local\Android\Sdk\platform-tools\adb.exe,start-server' failed -- run manually if necessary 1:38:14 PM Unable to obtain result of 'adb version'

my genymotion device is running but it shows me that no device

Answer

tejaswini teju picture tejaswini teju · May 29, 2017

I came across the same error. I provided the below command and the issue got solved.

COMMAND :- taskkill /f /im adb.exe