Please ensure that ADB is correctly located at problem solved

Source: Internet
Author: User

Problem description:

Run Android console output

[16:18:26-] the connection to ADB is down, and a severe error has occured.
[16:18:26-] You must restart ADB and eclipse.
[16:18:26-] Please ensure that ADB is correctly located at 'd: \ Java \ SDK \ platform-tools \ adb.exe 'and can be executed.

Solution:

Baidu and Google all say that the task manager kill ADB or restart ADB server, but my task manager does not have ADB. I guess a program occupies the ADB port. So we can find it by following this idea.

5037 for the default ADB port to view the port as follows:

Netstat-Aon | findstr" 5037"

TCP 127.0.0.1: 5037 0.0.0.0: 0 listening 6540

Port 6540 occupies port 5037. Check the task 6540. wandoujia is found as follows:

Tasklist | findstr" 6540"

Wandoujia_daemon.exe 6540 console 1 4,276 K

The problem is easily solved. In the Task Manager killdrop wandoujia_daemon.exe, run the android program, OK.

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.