1. 程式人生 > >android 除錯 報錯

android 除錯 報錯


 今天開啟eclipse 進行除錯的時候突然出現了報錯,報錯資訊如下:

The connection to adb is down, and a severe error has occured. 
[2013-06-15 09:36:56 - HelloOPone] You must restart adb and Eclipse. 
[2013-06-15 09:36:56 - HelloOPone] Please ensure that adb is correctly located at 'D:\OPhoneSDK_1.5 
\platform-tools\adb.exe' and can be executed.



在網上看到了 一位前輩的經驗  http://logger.iteye.com/blog/911977

注意到應該是adb服務沒有啟動起來,然後使用其介紹的方法,即開啟工作管理員尋找adb.exe程序,居然沒有發現。

在命令列裡 執行adb kill-server 和 adb start-server也沒有用。

最後我在工作管理員裡面 找到了一個tadb.exe的程序,然後將其殺死。然後重新啟動了一下adb.exe

重啟eclipse後居然可以了。

給自己儲存一下經驗,也為其他遇到同樣問題的爺們提個醒。