Problem Description:
Execute the command adb connect 127.0.0.1:62001, the error is reported as follows:
* daemon not running; starting now at tcp:5037
could not read ok from ADB Server
* failed to start daemon
error: cannot connect to daemon
Reason analysis:
Use the command to check whether the port is occupied or not netstat -ano | findstr “5037”
Check that port 5037 is occupied
Solution:
Execute the command kill process to release port 5037:
taskkill -f -pid 15276
Re-execute the adb connect 127.0.0.1:62001 command, the connection is successful
Read More:
- [Solved] adb Error: error: no devices/emulators found error: cannot connect to daemon
- [Solved] Docker failed to start daemon: error initializing graphdriver: driver not supported
- How to Fix ERROR Couldn’t connect to Docker daemon at http+docker://localunixsocket
- [Solved] Docker Error: got permission denied while trying to connect to the docker daemon socket at…
- [Solved] CommandWithNoStdoutInvokationFailure Unable to start ADB server.
- ADB ota Error: adb: failed to read command: No error
- [Solved] error during connect: This error may indicate that the docker daemon is not running
- [Solved] Docker: Error response from daemon: driver failed programming external connectivity on endpoint mysq
- How to Solve Application failed to start error
- How to Solve Rabbitmq Error: Failed to start RabbitMQ broker
- [Solved] Error:couldn‘t connect to server 127.0.0.1:27017, connection attempt failed: SocketException: …
- How to Solve Hyperf Failed to Start Error After Aliyun ACM Installed
- [Solved] PostgreSQL Error: Could not connect to server: no such file or directory
- [Solved] Android7 8 Jack server SSL error: Jack server failed to (re)start, try ‘jack-diagnose’ or see Jack server log
- Docker Open Error: Warning: docker.service changed on disk. Run ‘systemctl daemon-reload‘ to reload unit
- How to Solve ClickHouse Connect Error: Connection refuse
- How to Fix Error 1069:The service did not start due to a logon failure
- [Solved] docker: Error response from daemon: driver failed programming external connectivity on endpoint mysql-test …
- Docker Create or Start Nginx Error: docker: Error response from daemon: driver failed programming external connectivity
- How to Solve Error: Heartbeating to master:7182 failed.