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:

  1. open genymotion > settings > adb.
  2. check use custom android sdk tools.
  3. specify path android sdk clicking browse.
  4. click ok.

Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -