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
for me the problem was that I am trying to use 2 adb processes
sudo apt-get remove adb android-tools-adb android-tools-fastboot
then go to your sdk and run ./adb start-server
./adb start-server