The connection to adb is down, and a severe error has occured. [2010-03-11 09:36:56 - HelloOPone] You must restart adb and Eclipse. [2010-03-11 09:36:56 - HelloOPone] Please ensure that adb is correctly located at 'D:\OPhoneSDK_1.5 \platform-tools\adb.exe' and can be executed.
解決: 方法1.cmd中adb kill-server,而後adb -startserver 方法2.方法1無論用,那麼在任務管理器中殺死adb.exe,而後重啓Eclipse。 方法3.方法1和2都無論用,那麼查看最後一句報錯中:platform-tools中是否有adb.exe(個人錯誤就是在相關路徑下面沒有platform-tools文件夾 ,因此我選擇新建一個文件夾,而且把tools中的文件所有複製到platform-tools中)
若是執行adb start-server 的時候報錯:
adb server is out of date. killing... ADB server didn't ACK * failed to star
出現這個問題的根本緣由是adb sever沒有啓動eclipse
執行adb kill-serverspa
而後adb start-server 若是出現上面的錯誤通常是下面的緣由形成的:rest
一、 開啓了豌豆莢軟件--->將豌豆莢kill掉就能夠了code
二、若是仍是不行有多是360或者其餘軟件將5037端口占據orm
執行命令:server
C:\Users\xxxxxx>netstat -ano | findstr "5037"
查看是否有軟件佔了5037端口,在任務管理器裏面殺掉該進程,重啓eclipseblog