[2013-08-22 14:35:31 - Progressbarhandler] The connection to adb is down, and a severe error has occured.
[2013-08-22 14:35:31 - Progressbarhandler] You must restart adb and Eclipse.
[2013-08-22 14:35:31 - Progressbarhandler] Please ensure that adb is correctly located at 'G:\Android\android-sdk\platform-tools\adb.exe' and can be executed
cmd里面按android -h 跟Javac是可以的,我用的是adt-bundle-windows-x86-20130522
------解决方案--------------------
你看看是不是你电脑上装了什么手机助手之类的东西?占用了adb的通讯端口
------解决方案--------------------

点击上面的小三角按钮重启下adb,如果还不行的先把adb在进程中杀掉,在重启adb
------解决方案--------------------
先把adb在进程中杀掉,在重启adb
------解决方案--------------------
我刚刚也遇到这个错误,然后adb kill-server了还是不行,再然后重启eclipse就OK了。。。
LZ可以试试