1.報錯:
BUILD FAILED
D:\workspace\ganji\build.xml:144: The following error occurredwhile executing this line:
D:\workspace\ganji\build.xml:271: Unable to delete fileD:\workspace\ganji\tmp\proguard\tmp.jar
解決:
已經開了一個模擬器了,沒法從新編譯,必須關閉一個。用於ant
2.報錯:
The connection to adb is down, and a severe error hasoccured.
這個問題誰能解決啊
解決:
cmd跳到sdk tools文件路徑下
adb kill-server
而後再adb start-server
3.報錯:
The connection to adb is down, and a severe error hasoccured.
[2010-03-11 09:36:56 - HelloOPone] You must restart adb andEclipse.
[2010-03-11 09:36:56 - HelloOPone] Please ensure that adb iscorrectly 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]android
當你啓動 Android服務器時,adb服務器也就會一塊兒啓動。當你沒法肯定 adb服務器是否已啓動?能夠用「adb start-server」命令來啓動 adb服務器,若是已啓動就不作任何事,還沒有啓動就會直接啓動 adb服務器。若你不想繼續進行調試監控,則能夠用「 adb kill-server」命令來關掉 adb服務器。 shell
E:\Android\android-sdk-windows\platform-tools>adb start-serverwindows
E:\Android\android-sdk-windows\platform-tools>adb kill-server服務器
E:\Android\android-sdk-windows\platform-tools>adb devicesui
* daemon not running. starting it now on port 5037 *this
could not read ok from ADB Server, error = 109spa
* failed to start daemon *調試
error: cannot connect to daemonrest
E:\Android\android-sdk-windows\platform-tools>adb devicesorm
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
2CBE000400000001 device
android adb shell:unknown hostservice
咱們在Windows DOS窗口中輸入adb shell後,會出現以下錯誤: adb server is out ofdate. killing... ADB server didn't ACK * failedto start daemon * error: unknown host service ,出現這問題是由於你的電腦上安裝了豌豆夾形成的,只需打開「任務管理器」,找到'wandoujia_helper.exe',把這個進行終止掉就能夠