The connection to ADB are down, and a severe error have occured problem solved

Source: Internet
Author: User

"Declaration" reproduced please indicate the source, this article from the tip of the blog: http://blog.csdn.net/huntersnail

--Write a blog every day, do a bit of technical accumulation every day!


First, the problem description

The following error occurred while compiling the program

[2015-06-25 11:10:32-myfrxs] The connection to ADB are down, and a severe error has occured.
[2015-06-25 11:10:32-myfrxs] You must restart ADB and Eclipse.
[2015-06-25 11:10:32-myfrxs] Please ensure this adb is correctly located at ' E:\SDK\platform-tools\adb.exe ' and can be executed.

The dictionary translates a bit:

[2015-06-25 11:10:32-myfrxs] adb connection, and a serious error occurred.
[2015-06-25 11:10:32-myfrxs" you have to restart ADB and eclipse.
[2015-06-25 11:10:32-myfrxs" make sure ADB is correctly located in E:\ SDK \ platform Tools \ adb. exe" and can be executed.

In short, the ADB connection bridge has a problem, did not start up.


Second, the problem of troubleshooting

5037 is the default port for ADB, there are two scenarios to guess:

Scenario 1: Task Manager kill ADB Port, then we need to restart ADB server. (This is a good solution)

Scenario 2: A program consumes the ADB port and looks at the task manager which guy did a good job. (This is my case)


Third, problem solving

Scenario 1: Start adb:adb start-server (adb kill-server Kill)

Here's the problem: line fourth indicates that the startup failed, it didn't start up, and the 5037 port was occupied by which guy. Access Situation 2 solution ...



Scenario 2:

① can be viewed via cmd command line, port occupancy

View all ports: tasklist



View the specified port: netstat-aon|findstr "5037" to see the 5037 port usage directly



Kill the Port: T find the real killer, kill him. Askkill/pid 7256

Interesting is not to kill, or a more rogue software. Ctrl+alt+del Open Task Manager and see which one?



Finally: Ctrl+alt+del open Task Manager to see that the original is 360 mobile phone assistant phone connection module in trouble, Fuck!!! Scold to scold, but 360 mobile phone assistant phone connection module shut off, how to do?

Solution: Put 7256 above that 8652 Port 360 mobile phone assistant to the end process, and then 360 mobile phone Assistant Phone connection module will naturally turn off! Problem solved, O (∩_∩) o haha ~



☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ Reprint Please indicate the source? A blog ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ with your fingertips

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

The connection to ADB are down, and a severe error have occured problem solved

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.