A strange problem occurred recently when using adb push in Android development. The following error message is displayed no matter whether you execute commands such as adb push or adb start-server:
[Plain]
Adb server is out of date. killing...
ADB server didn't ACK
* Failed to start daemon *
Adb server is out of date. killing...
ADB server didn't ACK
* Failed to start daemon *
The reason is that the adb server in the Android SDK is not started and fails to be started because the port of the adb server is occupied by other programs. According to the prompts in the http://blog.csdn.net/id19870510/article/details/8489486 article, I found the logging program in the Process Manager, It is adb.exe, but the process can not end, it will restart immediately after each end, do not know which application to start.
Later, you can refer to pipeline. After finding it, I found that it was my bambook cloud ladder software. It was estimated that the operating system running in bambook was also caused by android. the uninstallation of the software took effect and the adb server was successfully started!