android 關於Make sure the plugin is properly configured問題的解決辦法

來源:互聯網
上載者:User

標籤:android   style   blog   c   tar   http   

這個問題引發的原因最初的報錯是:

[2013-10-14 10:01:58 - XXX] The connection to adb is down, and a severe error has occured.
[2013-10-14 10:01:58 - XXX] You must restart adb and Eclipse.
[2013-10-14 10:01:58 - XXX] Please ensure that adb is correctly located at ‘E:\android-sdk-windows\platform-tools\adb.exe‘ and can be executed.

相信做android的幾乎都遇到過這個問題,我也遇到過很多次,上次遇到這個問題解決方案是把電腦中的豌豆莢運行程式通過工作管理員給關掉了。

但是今天這個問題的出現就不是豌豆莢的原因了,通過在網上尋找最後發現了這個問題的本質原因,主要還是adb.exe啟動不來,正常情況下應該先在eclipse中的DDMS裡的Device中的下三角處點擊Reset adb項,這時應該會顯示提示框,提示的內容是"Make sure the plugin is properly configured",如本文標題,那麼解決辦法如下(以我遇到的問題舉例):
開啟cmd.exe
輸入下列指令:netstat -ano | findstr "5037"
找到下列進程
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 2696
此時把2696這個進程結束就行了。

如何找到2696對應的是哪個進程呢?繼續輸入下列指令:TASKLIST | findstr "2696"

顯示下列內容

XXXX.exe 2696 Console 1 6,952K

最後開啟工作管理員,把XXXX.exe這個進程給關閉掉就可以了。

以後再遇到這個問題就知道解決的辦法了。

 

ps:http://zhouhongyu1989.blog.51cto.com/2931598/1308617

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.