Android Adb.exe program does not start up, how to handle

Source: Internet
Author: User

Android Adb.exe program does not start up, how to handle(2014-02-26 15:58:14) reproduced
Tags: android adb startup Android Adb.exe Program
Frequent encounters with the ensure that ADB are correctly located at ' D:\java\sdk\platform-tools\adb.exe ' and can be executed.

Encountered a problem description:

Run the Android 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 this adb is correctly located at ' D:\java\sdk\platform-tools\adb.exe ' and can be executed.

Solve the problem:

Baidu Google many said that the task manager kill the ADB or restart the ADB server, but I do not have the task manager adb, speculation that a program occupies the ADB port. Then follow this idea to find.

5037 view this 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

Discovery 6540 takes up 5037 ports, continues to view 6540 of the task, and discovers that it is Wandoujia. as shown below

Tasklist|findstr "6540"

Wandoujia_daemon.exe 6540 Console 1 4,276 K

The next problem is solved, in the task Manager kill Wandoujia_daemon.exe, run the Android program, OK.

1. Turn off the pea pod process

2.ADB Kill-server

3.ADB Start-server

4. Restart Eclipse

Ok

How to operate ADB kill-server and ADB start-server

CMD window

1. Open the cmd window, Go to the folder directory where Adb.exe is located, (ADB is a useful tool in Android to see and do the contents of the Android virtual machine), because my android-sdk-windows is on the D drive, so go to D and enter D directly:

You can go directly to the D drive, and then enter the CD Android-sdk-windows\platform-tools to enter the directory where the Adb.exe is located.

Android Adb.exe program does not start up, how to handle

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.