Android Studio - Lollipop, Adb, & Genymotion Issues: Devices Won't Show Up. "Adb Server Is Out of Date. Killing..."

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

update the adb to 1.0.32 if you 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

Cannot run adb command in ubuntu adb server is out of date

any way in case if someone will see this post i want to point how really simple the solution by closing all the genymotion devices then running the command

killall adb.

By killing all the adb does kill it all then i did

start-server maybe i have another adb running some times before and i forgot about it.

ADB not responding in Android Studio 1.1 Beta4

I run into this exact problem each time I restart Android Studio or Genymotion during the day. The adb kill/start has no effect and linking Genymotion to the android SDK tools has no effect.

For me, the best way to get back to coding/development is to:
1) Start up another virtual device
2) Run Debug and verify the device shows up
3) Kill it off
4) Start up the virtual device I really wanted

And miraculously the device I REALLY want shows up in "Choose Device, Choose a running device" dialog

Frustrating, but the workaround works.



Related Topics



Leave a reply



Submit