adb server is out of date. killing… cannot bind ‘tcp:5037’ ADB server didn’t ACK * failed to start daemon * error: Solve
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
转载请注明原文地址: https://ju.6miu.com/read-1305829.html