Android device is not connected to the computer's workaround

Source: Internet
Author: User

First check whether the phone USB debugging is turned on, has been turned on or not even follow the following steps:

1. Open cmd, enter ADB devices to see if the device is connected

2. Service not started, kill first service: ADB kill-server

3. Start adb service, ADB start-server

4. If the startup fails, it may be that a process consumes ADB's 5037 port, looking for a connection that occupies port number 5037 Netstat-ano | Findstr "5037"

Example TCP 127.0.0.1:58440 127.0.0.1:5037 established 2376 process ID2376 occupies the port number,

5. Use the following command to view the process name Tasklist | Findstr "2376"--find process with process ID 2376

6. Start Task Manager to manually end this process and restart ADB service adb start-server

Android device is not connected to the computer's workaround

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.