adb服務無法啟動

2021-06-22 17:36:21 字數 931 閱讀 8190

the connection to adb is down, and a severe error has occured.you must restart adb and eclipse.please ensure that adb is correctly located at 'c:/adt-bundle-windows-x86_64-20130917/sdk/platform-tools/adb.exe' and can be executed.
程序中adb沒有啟動,手動啟動adb報錯:

adb server is out of date.  killing...
輸入adb nodaemon server
注意 新版本的adt,adb轉移到platform-tools下
c:/sdk/platform-tools>adb nodaemon servercannot bind 

'tcp:5037

'

不能繫結埠,查詢埠5037

c:/sdk/platform-tools>netstat -ano | findstr "

5037

"tcp

127.0.0.1:5037

0.0.0.0:0 listening 3928

tcp

127.0.0.1:5037

127.0.0.1:12211 established 3928

tcp

127.0.0.1:12211

127.0.0.1:5037 established 8788

查詢3928和8788程序

坑啊,原來是我手機連線了電腦,qq自動啟動了tadb.exe 占用了埠,qq又來耍流氓了

程序中殺掉tadb,搞定~ 別忘了重啟eclipse

adb無法啟動

殺死 adb kill server 啟動 adb start server 檢視錯誤 netstat ano 檢視程序占用 netstat ano findstr 127.0.0.1 5037 數次重啟軟體也沒用呀 趕緊上度娘查詢以下解決辦法 event log為 adt bundle windo...

adb 啟動服務,傳送廣播

進入adb shell am help am startservice n com.topsec.engine com.topsec.engine.engineservice 參考資料 am broadcast a 廣播動作 am start n 包 package 名 包名.活動 activity...

MySQL 服務無法啟動

mysql 安裝啟動問題 使用mdi全裝就少很多問題,今天使用壓縮包zip解壓安裝遇到乙個問題,順便記錄一下 在配置好環境變數後,修改了my default.ini檔案後 需要啟動mysql,使用命令 net start mysql 但是在控制台出現 mysql 服務正在啟動。mysql服務無法啟動...