Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

adb socket not working and daemon

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

like image 506
Ankit Mistri Avatar asked Aug 09 '16 08:08

Ankit Mistri


People also ask

How do I fix an adb connection error?

In tools menu,Android-> untick enable adb Integration and Then OPEN widows task manager n manually end process adb.exe This also solved my issue as der were multiple adb.exe running. Show activity on this post. Restart the computer. Now, disconnect the device, connect it, Make sure USB debugging Option is enabled.


1 Answers

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

COMMAND :- taskkill /f /im adb.exe

like image 58
tejaswini teju Avatar answered Oct 04 '22 09:10

tejaswini teju