android [因为开了刷机精灵等软件 导致adb 无法使用]error: could not install *smartsocket* listener: cannot bind

2023-04-24,,

今天 使用 刷机精灵后 在使用android studio 时发现 adb 无法正常使用。
   于是 想重启 adb.exe ,

 直接在DOS里杀掉adb输入:adb kill-server
  再启动输入:adb start-server

  输入 cmd 命令 发现还是不行。

发现端口被占用 , 在任务栏中找到  2272 的 任务 kill .

adb 便 恢复了正常使用 :

操作  如下图:

C:\Users\kelvin>adb kill-server
error: unknown host service C:\Users\kelvin>adb nodaemon server
error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 () C:\Users\kelvin>netstat -ano | findstr ""
TCP 127.0.0.1: 0.0.0.0: LISTENING C:\Users\kelvin>

android [因为开了刷机精灵等软件 导致adb 无法使用]error: could not install *smartsocket* listener: cannot bind的相关教程结束。

《android [因为开了刷机精灵等软件 导致adb 无法使用]error: could not install *smartsocket* listener: cannot bind.doc》

下载本文的Word格式文档,以方便收藏与打印。