Android Studio ADB response failure Solution

Source: Internet
Author: User

Android Studio ADB response failure Solution

When Android Studio is started

Adb not responding. you can wait more, or kill "adb.exe" process manually and click 'restart'

This indicates that the ADB response failed. When you click wait more, this dialog box will pop up continuously, and clicking Restart will not help.

Solution:

1. Open cmd and enterAdb kill-server,Adb start-server,Adb nodaemon server, Display

InstructionsAdb start-serverIt cannot be started later because the adb port is occupied.

2. InputNetstat-aon | findstr" 5037", You can see that the process with process number 10624 (this process number varies by machine and time) occupies port 5037 (adb needs to use this port)

3. Open the task manager, select the "processes" tab, click "View"-Select column... "in the option bar, select" PID (process identifier) ", and click OK. Each process displays its PID. Locate the process with process number 10624 and end the process.

4. In cmd, repeatAdb start-server.

5. Restart Android Studio. the startup is complete.

My homepage: pinkings. github. io

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.