Problems with the ADB shell

Source: Internet
Author: User
Tags server port

Problem Description:
D:\ADB>ADB Shell
ADB server is an out of date. Killing ...
ADB server didn ' t ACK
* Failed to start daemon *
Error

Workaround:

is the ADB server port is occupied

You run the ADB nodaemon server first to see what the ADB server port is

1 2 C:\Users\xxxx>adb nodaemon server  cannot bind ‘tcp:5037‘

Then execute the next Netstat-ano | Findstr "5037"

1 2 3 4 C:\Users\xxxxxx>netstat -ano | findstr "5037"    TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       4236    TCP    127.0.0.1:5037         127.0.0.1:49422        ESTABLISHED     4236    TCP    127.0.0.1:49422        127.0.0.1:5037         ESTABLISHED     3840

Then execute Tskill 4236.

Problems with the ADB shell

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.