android - 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 -
i not run android application never on laptop. eclipse gives same error constantly, "adb server didn't ack"
when manage start adb server , re-open eclipse, run android application, same error comes console; adb server didn't ack.
could give idea except restarting adb
you need set path of sdk's adb genymotion. default, genymotion uses own adb tool (for many reasons). if both binaries not compatible (if android sdk platform tools or genymotion has not been updated while) problem happens.
to solve can define specific 1 android sdk. specify custom adb tool:
- open genymotion > settings > adb.
- check use custom android sdk tools.
- specify path android sdk clicking browse.
- click ok.
Comments
Post a Comment