Recently encountered ADB connection problem, summarize

Source: Internet
Author: User

Recently eclipse has always encountered ADB connection problem, online search for some solutions, under the CMD tool tools adb kill-server, adb start-server, even restart are not valid. Then I enter ADB start-server after I prompt the ADB server didn ' t ACK. After the online search, and then solve their own found that the original Brush Machine Wizard has a process of the port number conflict. Recall the solution to the idea.

1.CDM input command adb nodaemon server view adb bound port number, return information generally cannot bind ' tcp:5037 '

2. View the process that occupies the port number cmd Netstat-ano | Findstr "5037" to view PID information for process bindings

3. Open the Task Manager menu bar-View-Select column-pid (select), then you can see the PID of the process corresponding

4. The process of shutting down the conflict according to PID

5.cmd Enter the Adb.exe directory and enter the ADB start-server

6. Problem solving

Recently encountered ADB connection problem, summarize

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.