1
votes

I am running my android appium execution on MAC machine.

I have installed android studio and have set the path variable.

While executing adb start-server I got below error:

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

Firewall setting is turned OFF and no other ADB present like GenyMotion.

1
if the server doesn´t ACK on your MAC it seems to be a LACK and you should look at this FACT (boww, bum bum bum, booww): stackoverflow.com/questions/35959350/… - Opiatefuchs
I am not using Genymotion. Only Android-studio - RISHI KHANNA
ok, that was in my case some time ago. So, do you see the adb.exe in your task manager? - Opiatefuchs
No, nothing in my Activity Monitor also - RISHI KHANNA
I am not sure but try to kill the adb server in your sdk directory with for example: C:\sdk\platform-tools>adb kill-server (depends on your path) and restart it via C:\sdk\platform-tools>adb start-server .....does this work? - Opiatefuchs

1 Answers

0
votes

Did you set android sdks, platform-tools and tools path in your bash_profiles? Or Could you navigate to android sdks path and try to execute adb start-server command? If you are running appium from appium app then I would recommend to set android sdks path in settings.