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 adbso did , says change genymotion settings use custom android sdk tools following:

enter image description here

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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -