E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
5037
adb server无法启动方法,结束占用端口的进程
我用cmd+命令管理器解决:输入netstat-ano|findstr"
5037
"找到
一笑_奈何
·
2015-07-06 11:00
Android
adb连接问题
Android ADB基础知识
当服务器运行, adb服务器就会绑定本地的 TCP 端口
5037
并监听 adb 客户端发来的命令,一般所有的 adb 客户端都是用端口
chenshun123
·
2015-07-03 08:00
解决Android Studio的ADB not responding错误
解决方法:在cmd中,输入命令查看占用adb端口的进程:netstat-aon|findstr"
5037
doris_d
·
2015-06-12 11:00
android-studio
ADB not responding. You can wait more,or kill"abd.exe" process manually and click 'Restar
orkill"abd.exe"processmanuallyandclick'Restart'出现这个提示的时候,事实上任务管理器不存在一个"abd.exe"的进程,也就没法kill"abd.exe",这时,应该查下abd.exe使用的端口
5037
Mr_Pang
·
2015-06-11 16:00
android
* failed to start daemon *
android程序,多次拔插手机后,发现adb不能连上手机, 直接cmd下, C:\Users\wesley>adbshell *daemonnotrunning.startingitnowonport
5037
snowwind
·
2015-06-03 13:00
ADB cannot bind ‘tcp:
5037
′ ADB server didn’t ACK
GPSsensors模拟,需要装virtualbox),突然adbserver连接不上了,出现以下错误提示:adbserverisoutofdate.killing...cannotbind'tcp:
5037
coolwaterld
·
2015-06-03 10:52
android
"adb server is out of date. killing...? "问题的解决方法
端口被占用了你先执行adb nodaemon server ,查看adbserver的端口是多少12C:\Users\xxxx>adb nodaemon server cannot bind 'tcp:
5037
u010098159
·
2015-05-26 14:00
ADB 远程访问 tiny210
在cmd中执行adbnodaemonserver,查看adb的端口号是多少,一般情况下是
5037
(why?应该软件使用的端口号是固定的),如下图再执行n
xy010902100449
·
2015-05-24 14:00
android
解决adb server端口被占用的问题
server的端口是多少 C:\Users\xxxx>adb nodaemon server cannot bind 'tcp:
5037
·
2015-05-19 18:00
server
解决adb not responding if youd like to retry...错误
AndroidStudio老提示adb问题,restart后任然无解,最后发现某手机助手软件占用端口...解决步骤:C:\Users\xxx>netstat-ano|findstr"
5037
" TCP
wjgnuc
·
2015-05-19 17:00
ADB server didn't ACK
进程卡死;或者端口被其他应用程序占用导致adb启动不了查看adb绑定的端口命令E:\android\sdk\platform-tools>adbnodaemonserver cannotbind'tcp:
5037
小十郎
·
2015-05-19 06:00
adb操作手机打电话、发短信
当我们使用adb命令操作手机的时候经常会报错这个错误一般是adb的端口(
5037
)被占用,造成adbserver无法启动,解决问题的思路就是查看是哪个程序占用了adb调试端口,然后结束掉它就行。
jethai
·
2015-05-16 16:51
adb
打电话
发短信
appUi测试初探
常用命令: 1.当前链接设备: adb devices 2.查看adb服务所需端口:adb nodaemon server 3.查看某端口情况:netstat -ano | findstr “
5037
Livas-star
·
2015-05-15 15:00
APP
adb remount of system failed: Permission denied
问题:[
[email protected]
]$adbremount *daemonnotrunning.startingitnowonport
5037
**daemonstartedsuccessfully
sonbai
·
2015-05-11 14:00
Permission
adb
System
failed
denied
remount
permis
ADB Not Responding
orkill"abd.exe"processmanuallyandclick'Restart'出现这个提示的时候,事实上任务管理器不存在一个"abd.exe"的进程,也就没法kill"abd.exe",这时,应该查下abd.exe使用的端口
5037
Jonson
·
2015-05-07 10:00
ADB server didn't ACK * failed to start daemon * 解决方法
adb.exe所在的文件夹cdD:\adt-bundle-windows-x86-20130219\sdk\platform-tools adbnodaemonserver 提示cannotbind“tcp:
5037
zhaizu
·
2015-05-01 09:00
adb
failed
ADB server didn't ACK完美解决
现象,adbshell时出现以下信息:*daemonnotrunning.startingitnowonport
5037
* ADBserverdidn'tACK*failedtostartdaemon*
liranke
·
2015-04-22 18:00
adb
ADB-server
didn-t-ACK
ADB-server
adb常见问题及解决方法
问题一:ADB server didn't ACK * failed to start daemon * 原因:adb的默认端口为
5037
,因为该端口被占用了,因此启动不了分析:查看到底是谁占用了
5037
codezjx
·
2015-04-21 22:00
adb
adb: ADB server didn't ACK
如果安装QQ管家,把tadb.exe禁用掉可能是
5037
端口被占用,检测adb nodaemon servernetstat -aon|findstr
5037
|findstr LISTENING关闭端口
jiangwu
·
2015-04-16 10:00
* daemon not running.starting it now on port
5037
* 问题解决
现象,adbshell时出现以下信息: *daemonnotrunning.startingitnowonport
5037
* ADBserverdidn'tACK *failedtostartdaemon
liranke
·
2015-04-04 20:00
error
server
it
on
adb
Daemon
connect
running
p
now
ack
cannot
didnt
not
starting
解决 Eclipse Android studio adb 无法打开的问题
今天打开Androidstudio,发现adb莫名出问题了,百度了以下才知道adb端口号被占用了,解决方法如下1.打开cmd命令,输入netstat -aon|findstr"
5037
"――查看谁在占用
uncom2005
·
2015-03-24 17:28
eclipse
android
android
adb
Studio
无法打开
android studio 或者eclipse ADB 被占用解决办法
thenpleasemanuallykill"adb.exe"androidclick'Restart'ErrorsforADB:我们打开运行框win+R,输入netstat-ano|findstr"
5037
包子的账号
·
2015-03-19 12:00
hdu
5037
Frog(贪心)
题意:有一条小河长为M的小河,可以看作一维轴,小河里存在N个石头,有一个每次能跳L米的小青蛙,随意添加石头保证青蛙能从头跳到尾的,问青蛙使用最优策略跳到对岸最多需要多少次。思路:不妨假设青蛙每个石头都要经过一次,用step表示青蛙上一次跳的步长,x表示下一点的距离x。(L+1)*y+x=a[i]-a[i-1],以(L+1)的周期跳,每个周期能跳2次,易证可以保证解最优,然后相当于把石头向前平移y*
HelloWorld10086
·
2015-03-16 19:00
HDU
5037
查看adb端口
5037
被哪个进程占用
netstat-ano|findstr"
5037
" //查看adb端口
5037
被哪个进程占用 TCP 127.0.0.1:
5037
0.0.0.0:0 LISTENING 4236
·
2015-03-13 17:00
Eclipse无法连接手机、模拟器
运行adb.exe或者是打开任务管理器文件->新建任务->adb.exe第一步成功就可以看到连接的终端或打开的模拟器;第一步不成功,说明有可能adb.exe这个进程的端口被占用了,下面第二步
5037
keyescgm
·
2015-03-02 17:00
The connection to adb is down, and a severe error has occured.please...
排除不稳定,等原因,估计是端口被占了,默认
5037
端口,win+r打开dos,cmd--netstat-aon|findstr"
5037
"看看谁占了
5037
端口,最口一列是pid ,对应管理器中的pid
vpractical
·
2015-02-11 11:00
TO
error
Connection
adb
ad
and
h
a
the
severe
ADB cannot bind 'tcp:
5037
' ADB server didn't ACK
当我们在系统中使用多个不同源的adb时,特别容易浮现标题所述的错误:adbserverisoutofdate.killing... cannotbind'tcp:
5037
' ADBserverdidn'tACK
hailushijie
·
2015-02-10 11:00
TO
server
bind
adb
failed
start
ack
cannot
didnt
daem
tcp5037
(如何解决adb devices 端口被占用的问题) ADB server didn't ACK
它们的根本原因均在于,adbserver所使用的
5037
号端口被占用。 一种常见的解决方法是:找出占用
5037
(我的改为60000)端口的程序,然后杀掉它。1、关闭eclipse。
luke_feng
·
2015-01-19 11:00
server
解决adb端口被占用的批处理脚本
通常的解决方式1.打开cmd,输入command查看占用adb端口“
5037
”netstat-ano|findstr"
5037
"2.得到了占用进程的PID,我
不可思议的绿
·
2015-01-15 23:39
Android
Windows
解决adb端口被占用的批处理脚本
通常的解决方式1.打开cmd,输入command查看占用adb端口“
5037
”netstat -ano | findstr "
5037
" 2.得到了占用进程的
GiantGreen
·
2015-01-15 23:00
端口占用
脚本
adb
android初学------关于Eclipse adb 问题"you must restart adb and eclipse“
一般都是端口占用问题,解决步骤如下:1 输入命令查看adb端口
5037
是否被占用 adbnodaemonserver2 查找被占用端口的进程ID netstat-ano|findstr"
5037
"3查找到对应的端口所对应的进程名称
xiaxiayige
·
2015-01-05 10:00
android变异时报出daemon not running. starting it now on port
5037
错误
进行adbkill-server后进行adbstart-server时出现下面错误*daemonnotrunning.startingitnowonport
5037
*ADBserverdidn'tACK
u012350993
·
2015-01-05 01:00
android
解决方案
android 手机连接不上电脑的原因
1.检查
5037
端口是否被占用在控制台输入:netstat-ant|find“
5037
”2.如果是别的应用占用,将其杀死就好,如果是timewait过多肯能需要修改注册表的相关信息进入注册表regedit
深圳_小白菜
·
2014-12-26 10:00
Please ensure that adb is correctly located at 'C:\Users\Android\android-sdk\pla
1.在运行里“cmd” netstat -aon 找找“
5037
”的端口号的进程ID TCP 0.0.0.0:49154  
JAVA_HOME117
·
2014-12-26 09:00
android
今天下载了一个刷机大师,结果把android的端口给占了。郁闷了很久
工具/原料cmd.exe、任务管理器在cmd中执行adbnodaemonserver,查看adb的端口号是多少,一般情况下是
5037
(why?
我不再会是我
·
2014-12-23 01:00
Android Studio adb无法启动解决方案
orkill"adb.exe"processmanuallyandclick'Restart'则说明我们的adb.exe没有正常响应解决方案:打开cmd命令,输入netstat -aon|findstr"
5037
u012264122
·
2014-12-18 11:00
ADB端口被占用问题
究其源就是adbserver没启动经过分析整理如下:[html]viewplaincopyC:\Users\xxxx>adbnodaemonservercannotbind'tcp:
5037
'原来adbserver
u013896543
·
2014-12-11 22:00
java
eclipse
“ADB server didn't ACK” 错误记录
原因:被百度手机助手占用了端口号“netstat-ano|findstr"
5037
""找到端口号发现是百度手机助手的,卸载掉CloseEclipse.Restartyourphone.Endadb.exeprocessinTaskManager
风向
·
2014-12-04 10:00
android adb启动失败问题
ADB server didn't ACK * failed to start daemon * 这个错误一般是adb的端口(
5037
)被占用(比如豌豆荚、腾讯管家
mfcai
·
2014-12-01 12:00
eclipse
android
adb
android adb启动失败问题
将手机连上电脑,控制台下报错,错误如下:adbserverisoutofdate.killing...ADBserverdidn'tACK*failedtostartdaemon*这个错误一般是adb的端口(
5037
mfcai
·
2014-12-01 12:00
android
eclipse
adb
android adb启动失败问题
将手机连上电脑,控制台下报错,错误如下:adbserverisoutofdate.killing...ADBserverdidn'tACK*failedtostartdaemon*这个错误一般是adb的端口(
5037
mfcai
·
2014-12-01 12:00
android
eclipse
adb
hdu
5037
Frog
题意:一条宽为m的河,上面已经有n块石头在各自的位置,青蛙每次最多跳l个单位距离。你作为上帝可以增加一些石头使得青蛙能跳到对岸,不过调皮的你想让青蛙跳的次数最多。青蛙很聪明,总会在你添加石头之后选择最少的跳跃次数。问青蛙需要跳多少次。 思路:贪心。一定要巨贪才行。方法是记录当前的位置cur和上一次的位置pre,开始是pre置为-l(因为贪)。然后让青蛙跳到能跳的最远的石头。如果跳不到
squee_spoon
·
2014-11-25 22:00
2014北京网赛
安卓获取activity 并起应用
AdbWinApi.dll2、为了方便我没有设path,直接进入adb目录下,在手机端adbshell,这个过程可能会出现service什么ACK就是端口被占用用netstat-ano|findstr"
5037
王琦123456
·
2014-11-20 17:20
字符串
service
Activity
start
任务管理器
android 错误:ddms: adb.exe,start-server' failed -- r
按此思路查找:
5037
为adb.exe默认端口查看该端口情况如下:netstat-aon|findstr"
5037
"TCP127.0.0.1:50370.0.0.0:0LISTENING6540发现6
yaokangjun
·
2014-11-20 11:00
failed
start-server
adb.exe
adb.exe,start-server' failed
adb.exe'andcanbeexecuted.方案:http://blog.csdn.net/yu413854285/article/details/7559333先看看这个不行就动手查看adb.exe端口的
5037
JTR_22
·
2014-11-08 20:48
adb
failed
开发技术
ADB server didn't ACK 解决方法
原来是豌豆荚占用了
5037
端口导致。
lijinhua7602
·
2014-11-03 11:00
解决 ADB端口被占用问题
方式一:清除占用
5037
端口的进程在命令行中查找占用
5037
端口的PIDnetstat-ano|findstr
5037
假如定位到占用进程的PID号为:2000,执行以下命令杀死进程taskkill/f/
codeeer
·
2014-11-02 16:00
adb
HDU
5037
FROG (贪心)
ProblemDescriptionOnceuponatime,thereisalittlefrogcalledMatt.Oneday,hecametoariver.Therivercouldbeconsideredasanaxis.Mattisstandingontheleftbanknow(atposition0).Hewantstocrosstheriver,reachtherightban
u011345136
·
2014-10-30 19:00
daemon not running. starting it now on port
5037
ADB server didn't ACK
adb kill-server adb start-server 显示如下 daemon not running. starting it now on port
5037
ADB
·
2014-10-30 15:00
server
ADB server didn't ACK 解决方法
原来是豌豆荚占用了
5037
端口导致。
毛朱
·
2014-10-28 19:00
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他