码迷,mamicode.com
首页 > 移动开发 > 详细

解决android sdk 运行出现 could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037:的问题

时间:2017-09-04 09:47:24      阅读:1438      评论:0      收藏:0      [点我收藏+]

标签:logs   read   运行   term   str   cat   server   img   not   

ionic3项目,在添加android平台后,cordova run android 出现 以下问题:

error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 (10048)

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application‘s support team for more information.
could not read ok from ADB Server
* failed to start daemon *
error: cannot connect to daemon

具体原因是 5037端口被占用了。

打开命令提示符输入以下:

 netstat -aon|findstr 5037

技术分享

让我们看看进程的具体描述

tasklist /fi "PID eq 2880"

技术分享

强制退出进程

taskkill /pid 5008 /f

技术分享

再重启一下adb

adb start-server

技术分享

当我再运行cordova run android 就没问题了。

 

此随笔乃本人学习工作记录,如有疑问欢迎在下面评论,转载请标明出处。

如果对您有帮助请动动鼠标右下方给我来个赞,您的支持是我最大的动力。

 

解决android sdk 运行出现 could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037:的问题

标签:logs   read   运行   term   str   cat   server   img   not   

原文地址:http://www.cnblogs.com/huangenai/p/7472131.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!