赞
踩
异常如下:
Unable to create Debug Bridge: Unable to start adb server: error: could not install smartsocket listener: cannot bind to 127.0.0.1:5037: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 (10048)could not read ok from ADB Server* failed to start daemon *
error: cannot connect to daemon
‘F:\sdk\platform-tools\adb.exe,start-server’ failed – run manually if necessary
解决办法:
1、通过netstat -aon|findstr “5037” 找出占用5037端口号的对应pid号。
2、打开任务管理器,将对应pid号的进程杀死。
3、重启adb即可。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。