Encounter a problem: Yesterday the simulator is working properly, and eclipse is not recognized today. Later found to be 360 mobile phone assistant occupied 5555 port caused by, I wonder, usually this is not automatic start, today started. Needless to say, just a few steps will solve a similar port occupancy problem:
Open a Command window, enter Netstat-an to see all the port occupancy, as shown in the simulator requires 5555 ports are occupied:
In order to turn off this hateful process that takes up 5555 ports, we need to enter Netstat-ano to see the ID of the process that occupies the port, as shown in the case where the PID 1068 process consumes the port:
Open the win Task Manager, view the Select column, select PID, so that in the process we can use the PID to remove the 5555 port of the abominable process.
After restarting the simulator, you will find that the hateful offline is gone and can be tested properly.
H
android--Troubleshooting port occupancy problems caused by emulator not recognized