My system is windows
There are two versions of ADB running in the system. It’s useless to execute ADB kill server. You have to deal with it yourself
both versions are installed by myself. Then remove the redundant version. I’m not this error. I won’t describe the operation in detail
other programs execute ADB * – server.exe, and occupy port 5037
netstat -ano | findstr “5037”
# > netstat -ano | findstr "5037"
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 6312
Find the program with PID 6312
# > TASKLIST | findstr "6312"
PPAdbServer.exe 6312 Console 1 7,104 K
This ppadbserver.exe occupies the port. Kill this to taskkill/F/im ppadbserver.exe
, and then execute abd start server
# > adb start-server
* daemon not running; starting now at tcp:5037
* daemon started successfully
OK, OK
Similar Posts:
- adb server is out of date. killing [How to Solve]
- How to Solve “adb server is out of date. killing… ”
- [Solved] Error: listen EADDRINUSE: address already in use 127.0.0.1:3000
- [Solved] ADB Connect Error: failed to start daemon
- [Solved] Android ADB server didn’t ACK * failed to start daemon *
- Android ADB server didn’t ACK * failed to start d
- Error:java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind
- How to Solve Failed to start connector [Connector[HTTP/1.1-8080]]
- [Solved] Windows ADB devices port is occupied error: cannot connect to daemon
- How to Solve React Native Error: Could not get BatchedBridge