Solution to the problem of port number occupancy in Android development

Source: Internet
Author: User
Tags port number

This article mainly introduced the Android development encounters the port slogan occupies the problem solution method, this article has given a concise practical method to solve this annoying problem, needs the friend to be possible to refer to under

Android developers often encounter the problem of the use of port slogans, often make the program can not run, very annoying. I have summed up a very good method, very practical. The method is as follows:

(1): Method 1:

First Step: 1:netstat-ano | Findstr "5037"

Step Two: 2:tasklist | Findstr "9292"

(2): Method 2:

First enter the directory: E:

The code is as follows:

ADB kill-server

ADB start-server

As shown in the following illustration:

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.