0

After reading many threads (1, 2, 3) and trying many solutions in SO regarding similar error, I still am unable to find a solution for this error.

$ adb devices

List of devices attached
adb server is out of date.  killing...
cannot bind 'tcp:5037': Address already in use
ADB server didn't ACK
* failed to start daemon *
error: 
error: 

I have Genymotion 2.7.2, have provided explicit sdk path under Genymotion -> adb -> Android SDK, using adb version 1.0.32.

Community
  • 1
  • 1
jay
  • 1,982
  • 2
  • 24
  • 54

1 Answers1

-1

open task manager and find adb.exe and kill it, then restart your eclipse and type adb kill-server in your cmd (if you are using windows) for other OS type killall adb

Saha
  • 339
  • 2
  • 16