PhoneGap中文网

标题: daemon not running.starting it now on port 5037 *ADB [打印本页]

作者: fd2020    时间: 2015-8-19 01:34
标题: daemon not running.starting it now on port 5037 *ADB
2. 原因:

adb的端口(5037)被占用了。至于这个5037端口,可以参考本博客另外 一篇文章:

http://blog.csdn.net/liranke/article/details/4999210
(1)执行:adb nodaemon server
    问题cannot bind 'tcp:5037'

(2)netstat -ano | findstr "5037"
  TCP    127.0.0.1:5037         0.0.0.0:0              LISTENING       8516
  TCP    127.0.0.1:5037         127.0.0.1:59163        TIME_WAIT       0
  TCP    127.0.0.1:5037         127.0.0.1:59164        TIME_WAIT       0
  TCP    127.0.0.1:5037         127.0.0.1:59167        TIME_WAIT       0
(3)。tasklist | findstr "8516"
       360mobileloader.exe                        8516 Console                    1     3,071 K
(4)tasklist
找到  360mobileloader.exe   的pid
(5)taskkill /f /pid 8516

作者: 你懂的    时间: 2015-8-19 11:22
http://bbs.phonegap100.com/thread-314-1-1.html

这个帖子能解决你的问题
作者: rugp5tIg    时间: 2015-10-19 19:23
提示: 作者被禁止或删除 内容自动屏蔽




欢迎光临 PhoneGap中文网 (http://bbs.phonegap100.com/) Powered by Discuz! X3.2