Enter adb command in the terminal and the error is as follows:
localhost:work zhangyg$ adb devices
List of devices attached
adb server version (32) doesn’t match this client (36); killing…
error: could not install *smartsocket* listener: Address already in use
ADB server didn’t ACK
* failed to start daemon *
error: cannot connect to daemon
The reason for the error was that I chose Android Tools using Genymotion, so it caused a conflict with ADB program under Android SDK.
Click [Settings] in the main interface of Genymotion as shown below:
Select Use Custom Android SDK Tools, and then select the Androd SDK root directory, as shown in the figure below:
Restarting Genymotion’s virtual machine will solve the problem.
Read More:
- [Solved] Error: listen EADDRINUSE: address already in use 127.0.0.1:80
- [Solved] CommandWithNoStdoutInvokationFailure Unable to start ADB server.
- Jmeter Error java.net.BindException: Address already in use: connect
- Port occupancy error address already in use: bind [Solved]
- [Solved] – npm run dev Error: listen EADDRINUSE: address already in use :::8000(or 8080 etc.)
- [Solved] Error running tomcat8: Address localhost:80 is already in use
- How to Solve Error: could not read ok from ADB Server.failed to start daemon error: cannot connect to daemon
- [Solved] Error running Tomcat8: Address localhost:8080 is already in use
- Error in node when PM2 starts multiple processes in docker
- How to Sove Error: listen EADDRINUSE: address already in use 127.0.0.1:8888
- FTP 500 Illegal PORT command. ftp: bind: Address already in use [How to Solve]
- Huawei kafka Authentication error: Server not found in Kerberos database (7) – LOOKING_UP_SERVER
- ADB ota Error: adb: failed to read command: No error
- Flask Startup Error: s.bind(server_address)PermissionError: [Errno 13] Permission denied
- Configure. AC: error: possibly undefined macro [How to Solve]
- [Solved] adb Error: error: no devices/emulators found error: cannot connect to daemon
- [Solved] pagehelper Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘LIMIT 1’
- [Solved] MindSpore Error: Should not use Python in runtime
- [Solved] The application could not be installed: INSTALL_FAILED_NO_MATCHING_ABIS
- [Solved] AS Warning: String literal in setText can not be translated. Use Android resources instead.