Eclipse does not recognize problems with virtual machines

Source: Internet
Author: User
Tags server port

1, enter cmd into the DOS interface, enter the Android-sdk-windows\platform-tools directory, execute the following command
Start adb start-server
The following error occurred
* Daemon not running. Starting it now on Port 5037 *
ADB server didn ' t ACK
* Failed to start daemon *


2. Execute the following command
ADB Nodaemon Server
The following error occurred
Cannot bind ' tcp:5037 '
Original ADB server port binding failed


3. Enter the following command to query which 5037 ports are occupied
Netstat-ano | Findstr "5037"
The following message appears
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 1616


4. Open Task Manager kill 1616 This process, to resolve

If the task Manager cannot find the PID, you can kill it with a DOS command

Run taskkill/f/pid 1616 under cmd


5, run the following command again, empty then you can
Netstat-ano | Findstr "5037"

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.