android - ADB and Genymotion error: "adb server is out of date. killing... cannot bind 'tcp:5037' ADB server didn't ACK" -
trying use adb shell
terminal after starting genymotion emulator , error:
adb server out of date. killing... cannot bind 'tcp:5037' adb server didn't ack * failed start daemon * error:
i read in this answer on stackoverflow run command killall -9 adb
so did , says change genymotion settings use custom android sdk tools following:
also did can see in above screenshot still keep getting same error message.
my android studio adb logs give following message whenever try run adb shell
:
devicemonitor: adb connection error:eof devicemonitor: connection attempts: 1
i tried creating new virtual device , using without success.
update adb 1.0.32 if have 1.0.31 or lower
adb version android debug bridge version 1.0.31 wget -o - https://skia.googlesource.com/skia/+archive/cd048d18e0b81338c1a04b9749a00444597df394/platform_tools/android/bin/linux.tar.gz | tar -zxvf - adb sudo mv adb /usr/bin/adb sudo chmod +x /usr/bin/adb adb version android debug bridge version 1.0.32
Comments
Post a Comment