28

My problem is that when i run adb devices this error message is shown:

adb server version (32) doesn't match this client (36); killing... error: could not install smartsocket listener: Address already in use ADB server didn't ACK * failed to start daemon * error: cannot connect to daemon

i tryed to set the sdk path in genymotion->Settings->adb but it didn't work.

Fakher
  • 2,098
  • 3
  • 29
  • 45

1 Answers1

77

Set Genymotion sdk to the same as Android studion sdk.

Harrison
  • 916
  • 1
  • 10
  • 11
  • 29
    To add a little more context to how to do this: Click the Settings Button->Click ADB tab ->Click Use custom Android SDK tools radio button -> navigate to SDK folder used by Android studio -> Restart Genymotion virtual device – Dave Sep 01 '16 at 18:21