0

When i try to connect device adb connect 192.168.1.22 then I get below error in command prompt

adb server is out of date.  killing...
cannot bind 'tcp:5037'
ADB server didn't ACK
* failed to start daemon *
error: 

I tried two solution but not work...

adb server is out of date. killing... cannot bind 'tcp:5037' ADB server didn't ACK * failed to start daemon * in ubuntu 14.04 LTS

ADB and Genymotion error: "adb server is out of date. killing... cannot bind 'tcp:5037' ADB server didn't ACK"

my current adb version is

Android Debug Bridge version 1.0.32

anyone know how to resolve this ?

Community
  • 1
  • 1
Yogesh Rathi
  • 6,331
  • 4
  • 51
  • 81

2 Answers2

0

Make sure the adb you calling from command line and the one specified in Genymotion are from the same Android SDK version as used in your IDE (it should be running when you experiencing the issue)

Anton Malyshev
  • 8,686
  • 2
  • 27
  • 45
  • how can check , can you explain more – Yogesh Rathi Sep 20 '16 at 05:30
  • Check paths to Android SDK in IDE's settings and Genymotion's settings to match and verify that you are running adb command from the path with command `which adb` if you are not on Windows. If you're running Windows see http://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-the-windows-command-line – Anton Malyshev Sep 20 '16 at 05:35
  • i am using ubuntu not windows – Yogesh Rathi Sep 20 '16 at 06:09
0

Instead of trying to keep multiple copies of adb in sync - delete all copies but the one in the sdk\platform-tools folder. Then update the platform-tools package to the latest version using SDK Manager.

Alex P.
  • 30,437
  • 17
  • 118
  • 169