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 1853
执念已碎
执念已碎 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 03:15

    For users of Genymotion, just do this:

    ps aux | grep adb
    

    Then look at /home/root/Android/Sdk/platform-tools/adb.

    Copy and paste it to your terminal:

    exa:-   /home/buffer/Android/Sdk/platform-tools/adb   devices
    

    Hopefully you will see:

    your ip address:5555    device
    

提交回复
热议问题