开发者

Connection with adb was interrupted, and attempts to reconnect have failed

My computer become slow because of running different application then i delete some process from window task manager. Unfortunately in this time adb.exe is also delete. I try restart the eclipse and reconnect the my mobile to usb port but doesnot work properly.Only remaining the restart my computer, so how to fix this problem.

 [2011-10-12 15:09:00 - Ultimate Jokes] ------------------------------
 [2011-10-12 15:09:00 - Ultimate Jokes] Android Launch!
 [2011-10-12 15:09:00 - Ultima开发者_StackOverflow中文版te Jokes] Connection with adb was interrupted, and attempts to reconnect have failed.
 [2011-10-12 15:09:00 - Ultimate Jokes] 5 attempts have been made to restart adb.
 [2011-10-12 15:09:00 - Ultimate Jokes] You may want to manually restart adb from the Devices view.


Another trick is to disable and then reenable USB debugging on you phone. While doing that pulling out the usb cable and putting it back in also helps.


Happens quite often. It's annoying buggy.

I normally go into Task Manager and end the process adb.exe. Try to run the app again and it normally says it's reconnecting. After a short time (normally by the 12th attempt) it'll kick into life.


I found this problem easy solution: if you are using phone.

Go to:

setting->Application->Development->USB debugging(if unchecked this checked or if checked then unchecked again checked)

Which is work fine.


Just go to cmd prompt

And type "adb start-server"

Cheears


Check in your android sdk-> platform-tools -> adb. if there is exist then double click of that and restart eclipse


If you're a windows user, start a command prompt (console) and type : adb start-server. Then restart Eclipse.

Actually just closing Eclipse and restarting it works for me. If it doesn t start messing with the adb command in the console


You can solve it doing the following steps:

1) Disconnect your phone from the computer

2) On command line type: adb kill-server.

3) Reconnect your phone to the computer.

4) On Command line type: adb devices

the "adb device" will start the adb demon and represent you a list of the connected devices.


I was getting this problem since i upgraded my ADB plugin. I guess there is some compatibility issue with other components. go to [Help > Check for updates] update everything. This worked for me!!


i tryed to restart my computer and it did not work and i reinstalled eclipse and it did not change but i disabled my avast antivirus and killed eclipse and adb process and i opened eclipse and it was working normal


I have the same problem. You must uninstall previous versions of JRE or JDK (in my case I installed Java 7(adb not working). After I uninstalled Java 7 and installed Java 6 (adb working) ). After, restart Eclipse


on windows, try:

adb kill-server
adb start-server


Fix for Emulator :

Click Home button and then click the Menu button on the right-hand side panel and choose System Settings

Scrolldown for Developer options Uncheck or Check USB Debugging and Stay Awake. Click OK and then Relaunch the application.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜