android ADB server didn’t ACK
When running the Android program, an error is reported:
[2013-11-26 14:21:36 - adb] ADB server didn't ACK [2013-11-26 14:21:36 - adb] * Failed to start daemon *
Reason: there is a tadb.exe process in the task manager. Baidu found that it is Tencent's software for connecting to the mobile phone... Rogue. I didn't install it or removed it after installing it,
Just kill it in the task manager.
========================================================================
In addition, ADBS are also used by Peapod, mobile assistant, etc., so when you encounter the above problems, you can check who occupies the port number used by the ADB: 5037
Then, enter the command: netstat - ano | findstr "5037". You can see that the process with PID 3088 occupies the port number in the following figure
Then kill it and it's OK.
The above contents refer to: http://www.cnblogs.com/cuixiaodong427/archive/2013/04/20/3032106.html
Reproduced at: https://www.cnblogs.com/xl0715/p/3443274.html