Use ADB command prompt port is occupied

Source: Internet
Author: User
Tags server port


Figure is my 65535 port is occupied, the general ADB uses 5037 port by default
# #方式一
5037 is the ADB default port, and if 5037 ports are occupied, view the process that occupies the port
Pidc:\users\wwx229495>netstat-aon|findstr 5037
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 8292
View all processes with PID c:\users\qq>tasklist/fi "pid eq 8292" image name
PID Session Name Session # Memory Usage ========================= ======== ================ =========== ============svchost.exe 3676 Services 0 13,800 K
Kill the process that occupies the port c:\users\qq>taskkill/pid 8292/f
Success: The process with PID 8292 has been terminated.


# #方式二
Configure the ADB server port yourself, using an uncommon value.
As simple as defining the value of Android_adb_server_port in the system environment variable.
It is best to choose a 5-digit port number (10000 ~ 65535), which is not easy to repeat.
As long as you add a android_adb_server_port to the environment variable, the value fills in your own defined port.
[Linux] (Http://lib.csdn.net/base/linux) As long as the export $ANDROID _adb_server_port = Custom port, you can.

At the end of the last, I was just restarting the computer.
PS: Also may be your cool dog player/360/Kingsoft Software (Sjk-daemon.exe occupancy) occupies 5037 ports, unloading reboot on OK

Use ADB command prompt port is occupied

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.