android中The connection to adb is down,問題和解決

http://logger.iteye.com/blog/911977android

本身總結的在android中常會出現的很差解決的問題和方法 
(其中第三個方法通過了四天的折磨。。。。。哎) 

1.報錯: 
BUILD FAILED 
D:\workspace\ganji\build.xml:144: The following error occurred while executing this line: 
D:\workspace\ganji\build.xml:271: Unable to delete file D:\workspace\ganji\tmp\proguard\tmp.jar 
解決: 
已經開了一個模擬器了,沒法從新編譯,必須關閉一個。用於ant 


2.報錯: 
The connection to adb is down, and a severe error has occured. 
這個問題誰能解決啊 
解決: 
cmd跳到sdk tools文件路徑下 
adb kill-server 
而後再adb start-server 

3.報錯: 
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中) 
4.前面的方法試了仍是不行的話,建議從新裝一個系統,最好換個系統。有些大牛也說過:MS存在一些小問題[size=large][/size]ui

相關文章
相關標籤/搜索