深入android中The connection to adb is down的問題以及解決方法
更新時間:2013年05月20日 18:06:36 作者:
本篇文章是對android中The connection to adb is down的問題以及解決方法進行了詳細的分析介紹,需要的朋友參考下
自己總結(jié)的在android中常會出現(xiàn)的不好解決的問題和方法
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
解決:
已經(jīng)開了一個模擬器了,無法重新編譯,必須關閉一個。用于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.前面的方法試了還是不行的話,建議重新裝一個系統(tǒng),最好換個系統(tǒng)。有些大牛也說過:MS存在一些小問題[size=large][/size]
附
啟動和關掉 adb服務器
當你啟動 Android服務器時,adb服務器也就會一起啟動。當你無法確定 adb服務器是否已啟動?可以用“adb start-server”命令來啟動 adb服務器,如果已啟動就不做任何事,尚未啟動就會直接啟動 adb服務器。若你不想繼續(xù)進行調(diào)試監(jiān)控,則可以用“ adb kill-server”命令來關掉 adb服務器。
E:\Android\android-sdk-windows\platform-tools>adb start-server
E:\Android\android-sdk-windows\platform-tools>adb kill-server
E:\Android\android-sdk-windows\platform-tools>adb devices
* daemon not running. starting it now on port 5037 *
could not read ok from ADB Server, error = 109
* failed to start daemon *
error: cannot connect to daemon
E:\Android\android-sdk-windows\platform-tools>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
2CBE000400000001 device
android adb shell:unknown host service
我們在Windows DOS窗口中輸入adb shell后,會出現(xiàn)如下錯誤: adb server is out of date. killing... ADB server didn't ACK * failed to start daemon * error: unknown host service ,出現(xiàn)這問題是因為你的電腦上安裝了豌豆夾造成的,只需打開“任務管理器”,找到'wandoujia_helper.exe',把這個進行終止掉就可以
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
解決:
已經(jīng)開了一個模擬器了,無法重新編譯,必須關閉一個。用于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.前面的方法試了還是不行的話,建議重新裝一個系統(tǒng),最好換個系統(tǒng)。有些大牛也說過:MS存在一些小問題[size=large][/size]
附
啟動和關掉 adb服務器
當你啟動 Android服務器時,adb服務器也就會一起啟動。當你無法確定 adb服務器是否已啟動?可以用“adb start-server”命令來啟動 adb服務器,如果已啟動就不做任何事,尚未啟動就會直接啟動 adb服務器。若你不想繼續(xù)進行調(diào)試監(jiān)控,則可以用“ adb kill-server”命令來關掉 adb服務器。
復制代碼 代碼如下:
E:\Android\android-sdk-windows\platform-tools>adb start-server
E:\Android\android-sdk-windows\platform-tools>adb kill-server
E:\Android\android-sdk-windows\platform-tools>adb devices
* daemon not running. starting it now on port 5037 *
could not read ok from ADB Server, error = 109
* failed to start daemon *
error: cannot connect to daemon
E:\Android\android-sdk-windows\platform-tools>adb devices
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
List of devices attached
2CBE000400000001 device
android adb shell:unknown host service
我們在Windows DOS窗口中輸入adb shell后,會出現(xiàn)如下錯誤: adb server is out of date. killing... ADB server didn't ACK * failed to start daemon * error: unknown host service ,出現(xiàn)這問題是因為你的電腦上安裝了豌豆夾造成的,只需打開“任務管理器”,找到'wandoujia_helper.exe',把這個進行終止掉就可以
您可能感興趣的文章:
- Android adb.exe程序啟動不起來 具體解決方法
- android調(diào)試工具adb命令大全
- Android在啟動adb時失敗解決方案
- Ubuntu下android adb環(huán)境變量配置方法
- android開發(fā)教程之ubuntu使用adb連接小米2的步驟和adb調(diào)試方法
- 使用adb命令向Android模擬器中導入通訊錄聯(lián)系人的方法
- 一些比較實用的 Android adb 命令分享
- Android 用adb pull或push 拷貝手機文件到到電腦上,拷貝手機數(shù)據(jù)庫到電腦上,拷貝電腦數(shù)據(jù)庫到手機上
- Android開發(fā)adb.exe'' and can be executed.錯誤解決方法
- Android ADB常用命令總結(jié)
- Android ADB詳細介紹及用法
相關文章
Android 百度地圖marker中圖片不顯示的解決方法(推薦)
下面小編就為大家分享一篇Android 百度地圖marker中圖片不顯示的解決方法(推薦),具有很好的參考價值,希望對大家有所幫助。一起跟隨小編過來看看吧2018-01-01Android中使用Gson解析JSON數(shù)據(jù)的兩種方法
Json是一種類似于XML的通用數(shù)據(jù)交換格式,具有比XML更高的傳輸效率;本文將介紹兩種方法解析JSON數(shù)據(jù),需要的朋友可以參考下2012-12-12完美解決EditText和ScrollView的滾動沖突(上)
這篇文章主要為大家詳細介紹了完美解決EditText和ScrollView滾動沖突的方法,感興趣的小伙伴們可以參考一下2016-06-06Android開發(fā)在RecyclerView上面實現(xiàn)"拖放"和"滑動刪除"-2
這篇文章主要介紹了Android開發(fā)在RecyclerView上面實現(xiàn)"拖放"和"滑動刪除"(二)功能,非常不錯,具有參考借鑒價值,需要的朋友可以參考下2017-03-03