adb error cannot bind to 127.0.0.1:5038:

简介: 出现这种情况多半是端口被其他程序占用了,一般是自己电脑的手机助手程序我们可以打开cmd输入以下命令查看是谁占用了端口netstat -nao|findstr 503832272为pid,我们可以在任务管理器找到这个程序然后kill,...

出现这种情况多半是端口被其他程序占用了,一般是自己电脑的手机助手程序

我们可以打开cmd输入以下命令查看是谁占用了端口

netstat -nao|findstr 5038

img_c5b44650e50971a10332221cbb11bea0.png

32272为pid,我们可以在任务管理器找到这个程序然后kill,在重启Android studio就好了

相关实践学习
使用CLup和iSCSI共享盘快速体验PolarDB for PostgtreSQL
在Clup云管控平台中快速体验创建与管理在iSCSI共享盘上的PolarDB for PostgtreSQL。
AnalyticDB PostgreSQL 企业智能数据中台:一站式管理数据服务资产
企业在数据仓库之上可构建丰富的数据服务用以支持数据应用及业务场景;ADB PG推出全新企业智能数据平台,用以帮助用户一站式的管理企业数据服务资产,包括创建, 管理,探索, 监控等; 助力企业在现有平台之上快速构建起数据服务资产体系
相关文章
|
1月前
|
Android开发 开发者
安卓投屏神器 Scrcpy安 报错ERROR: Could not find any ADB device
安卓投屏神器 Scrcpy安 报错ERROR: Could not find any ADB device
287 9
|
1月前
|
Shell
adb: error: cannot create file/directory ‘d:/1.png‘: No such file or directory
adb: error: cannot create file/directory ‘d:/1.png‘: No such file or directory
24 0
|
1月前
|
Android开发 开发者
安卓投屏神器 Scrcpy安 报错ERROR: Could not find any ADB device
使用Scrcpy安卓投屏工具时遇到报错,问题根源是未开启开发者模式。解决步骤:进入设置,点击【关于手机】→连续点击版本号激活开发者模式,然后在【系统设置】→【开发者选项】中开启USB调试。参照此方法后可正常执行。Scrcpy软件下载链接和GitHub页面也已提供。
88 1
|
监控 Shell 开发工具
The connection to adb is down, and a severe error has occured.
The connection to adb is down, and a severe error has occured.
104 1
adb - Performing Push Install adb: error: failed to get feature set: more than one 解决方案
adb - Performing Push Install adb: error: failed to get feature set: more than one 解决方案
979 0
adb - Performing Push Install adb: error: failed to get feature set: more than one 解决方案
|
网络协议 网络安全 Android开发
ADB Server failed to start daemon * error: cannot connect to daemon
问题描述:Invalid argument: cannot open transport registration socketpair could not read ok from ADB Server failed to start daemon * error: cannot connect to daemon
617 0
androidstudio提示adb错误:cannot parse version string:kg01的解决方法
打开adb.exe的文件目录,同时按下shift和鼠标右键,打开cmd后运行一下这个命令adb kill-server 用心做好每一件事,结果会给你最大的惊喜!
980 0
|
1月前
|
Shell Android开发
Android系统 adb shell push/pull 禁止特定文件
Android系统 adb shell push/pull 禁止特定文件
106 1
|
1月前
|
Android开发 Python
Python封装ADB获取Android设备wifi地址的方法
Python封装ADB获取Android设备wifi地址的方法
111 0