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
Just Try this out !!!
Issue kill and start command in \platform-tools\
C:\sdk\platform-tools>adb kill-server C:\sdk\platform-tools>adb start-server
Go to your specified sdk in this case here i have use C:\sdk but you must go the place where SDK and kill servers.
Let me know if it works.