ADB Connection Error
There are times when you run into an ADB Connection Error when debugging real machines, which means that the port you are debugging is occupied.
The error reporting code for the problem I encountered is as follows:
Unable to create Debug Bridge; Unable to start adb server; error; cannot parse version string ; Kg01 ‘C: \ users \ \ * * * * * * * * adb. Exe, start – server’ failed – run manually if necessary.
here is my error report picture:
Solutions:
The error message indicates that the port is occupied by an adb.exe. Then we’ll find the adb.exe file in the cool dog folder and delete it. Does not affect the use of cool dog music.
Later, I summarized other problems that occupied the port, such as the following error code:
Unable to create Debug Bridge: Unable to start ADB Server: Error: could not install * SmartSocket * Listener: cannot bind to 127.0.0.1:5037
Could not read the ok from the ADB Server
* failed to start the daemon *
error: always connect to the daemon
‘D: * * * * * \ ADB exe, start – Server’ failed – run manually if necessary
This solution is different from the previous one:
Find the corresponding pid number occupying the port number 5037 by netstat -aon|findstr “5037”. Open task manager and kill the process with the corresponding PID number. Restart ADB.
There are times when you run into an ADB Connection Error when debugging real machines, which means that the port you are debugging is occupied.
The error reporting code for the problem I encountered is as follows:
Unable to create Debug Bridge; Unable to start adb server; error; cannot parse version string ; Kg01 ‘C: \ users \ \ * * * * * * * * adb. Exe, start – server’ failed – run manually if necessary.
here is my error report picture:
Solutions:
The error message indicates that the port is occupied by an adb.exe. Then we’ll find the adb.exe file in the cool dog folder and delete it. Does not affect the use of cool dog music.
Later, I summarized other problems that occupied the port, such as the following error code:
Unable to create Debug Bridge: Unable to start ADB Server: Error: could not install * SmartSocket * Listener: cannot bind to 127.0.0.1:5037
Could not read the ok from the ADB Server
* failed to start the daemon *
error: always connect to the daemon
‘D: * * * * * \ ADB exe, start – Server’ failed – run manually if necessary
This solution is different from the previous one:
Find the corresponding pid number occupying the port number 5037 by netstat -aon|findstr “5037”. Open task manager and kill the process with the corresponding PID number. Restart ADB.
Read More:
- How to Fix adb_server_notify: ADB server connection failed
- Android error: ADB port is occupied( adb.exe ,start-server’ failed — run manually if necessary)
- Solve the problem that the connection between ADB and nocturnal God cannot be solved
- Android ADB command adb devices error: protocol fault (no status)
- After adb is connected to an android phone, remount failed: operation not permitted when adb remount is a roundabout solution
- You must restart ADB and eclipse
- [Android test] solution for error closed after the carriage return of the ADB shell
- Error: ADB prompts device unauthorized
- Solutions to ADB failed to start daemon
- [Solved] adb shell error: no devices/emulators found
- adb shell error: device offline [How to Solve]
- How to eliminate ADB error “more than one device and emulator”
- JDBC connection to Oracle: listener used the connection with the following error: ora-12505
- Windows_ Win7 broadband connection prompt remote access connection manager error
- ADB:INSTALL_ FAILED_ UPDATE_ Incompatible [solved]
- On the error report after the command of ADB shell error:device not A solution of found
- Vscode remote connection server reports an error: could not establish connection to “XXXXXX” [resolved]
- Command not found: ADB appears on Mac
- Install Android SDK — stopping ADB server failed (code – 1)
- Solution to error: no devices found in ADB command