Unable to see the device list when running the adb devices on cmd

310 views Asked by At

getting below exception when opened the genymotion emulator.

Note : Set the path of sdk in genymotion. and adb version is also latest.and also unable to kill the process adb on task manager. three adb processes are running.

adb server is out of date. killing...

cannot bind 'tcp:5037' ADB server didn't ACK 
*failed to start daemon* error:

 

2

There are 2 answers

0
Shiv On

You just need to do following task :

1) Open genymotion settings

2) Specify sdk path for the adb manually

3) adb kill-server

4) adb start-server

0
Deepak_Chanana On

Solution was if we are running command prompt by admin rights, then it is working fine,Thanks for your valuable inputs.