Android Adb.exe programs don't start up concrete solutions _android

Source: Internet
Author: User

You often encounter the correctly located at ' D:\java\sdk\platform-tools\adb.exe ' and can executed.


Problem description encountered:

Running the Android program console output

[2012-07-18 16:18:26-] The connection to ADB are down, and a severe error has occured.
[2012-07-18 16:18:26-] You must restart ADB and Eclipse.
[2012-07-18 16:18:26-] Please ensure the ADB is correctly located in ' D:\java\sdk\platform-tools\adb.exe ' and can be executed.

Solve the problem:

Baidu Google said that the task manager kill the ADB or restart the ADB server, but my task manager does not have the ADB, speculation is that a program occupies the ADB port. So follow this idea to find.

5037 View the port for the ADB default port as follows:

Netstat-aon|findstr "5037"

TCP 127.0.0.1:5037 0.0.0.0:0 Listening 6540

Found that 6540 took up 5037 ports and continued to view 6540 of the task and found it was Wandoujia. as shown below

Tasklist|findstr "6540"


Wandoujia_daemon.exe 6540 Console 1 4,276 K

The next question is solved, kill Wandoujia_daemon.exe in Task Manager, run Android program, OK.

1. Closing the pea pod process

2.ADB Kill-server

3.ADB Start-server

4. Restart Eclipse

Ok

Related Article

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.