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

后端 未结 7 1845
执念已碎
执念已碎 2021-01-04 02:17

I could not run the android application never on my laptop. Eclipse gives same error constantly, that is \"ADB server didn\'t ack\"

When I manage to start adb server

7条回答
  •  伪装坚强ぢ
    2021-01-04 02:58

    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
    

提交回复
热议问题