博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
android搭建环境错误 daemon not running. starting it now on port 5037 ADB server didn't ACK
阅读量:6681 次
发布时间:2019-06-25

本文共 625 字,大约阅读时间需要 2 分钟。

android搭建环境错误 

daemon not running. starting it now on port 5037 ADB server didn't ACK

ADB server didnt ACKdaemon not running.now on port 50371、

输入cmd进入dos界面,

进入android-sdk-windows\platform-tools目录,

执行下面命令启动adb start-server出现下面错误

* daemon not running. starting it now on port 5037 *ADB server didn't ACK* failed to start daemon *

2、执行下面命令adb nodaemon server出现下面错误cannot bind 'tcp:5037'原来adb server 端口绑定失败

 3、输入下面的命令查询哪个占用了5037端口netstat -ano | findstr "5037"出现下面信息TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 1616

4、打开任务管理器kill掉1616这个进程,到此解决

5、再次运行下面命令,为空则可以netstat -ano | findstr "5037"

转载于:https://www.cnblogs.com/wuwa/p/6191566.html

你可能感兴趣的文章
UIAlertView
查看>>
xfs 文件系统损坏修复 fscheck
查看>>
Hibernate之一级缓存
查看>>
Python基础之定义有默认参数的函数
查看>>
443. String Compression - Easy
查看>>
Unity中那些事半功倍的好插件
查看>>
最全的Markdown语法
查看>>
npm i 的几种方式区别
查看>>
Eclipse界面简介
查看>>
iOS5中的UUID
查看>>
(转载)XML Tutorial for iOS: How To Read and Write XML Documents with GDataXML
查看>>
指定的网络文件夹目前是以其他用户名和密码进行映射的。要用其他用户名和密码进行连接,首先请断开所有现有的连接到网络共享的映射...
查看>>
poj 3259 Wormholes
查看>>
Apache CXFjar包目录(转)
查看>>
NewCoder_13_E 通知小弟[缩点]
查看>>
Elasticsearch 空值过滤
查看>>
spring、springboot、springcloud的区别
查看>>
ActiveMQ入门实例
查看>>
POJ1797 Heavy Transportation
查看>>
MySQL查看和修改表的存储引擎
查看>>