Ionic Real Machine Debug Android error-could not read OK from ADB Server * failed to start daemon * Error:cannot connect to Daemon

Source: Internet
Author: User

When using the real machine to debug the Android program, the error is as follows:

could not read OK from ADB Server* failed to start Daemonerror:cannot connect to daemon
  • First, open the command-line tool to find the corresponding PID number that occupies the 5037 port number

Netstat-ano | findstr:5037
  • If the port is occupied, the process that occupies the port is found in the task list

tasklist | Findstr ProcessID
  • Open Task Manager and kill the process that corresponds to the PID number. Then run the command manually to start ADB, successfully

ADB start-server

Ionic Real Machine Debug Android error-could not read OK from ADB Server * failed to start daemon * Error:cannot connect to Daemon

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.