I suddenly started receiving "Could not connect to ADB" messages from the Simulator. The forward command is run properly, ADB sees my device (I debug in Eclipse), and everything used to work flawlessly until few days ago.
Running netstat -anob on my Windows machine gives me, among other things,
[adb.exe]
TCP 127.0.0.1:5037 127.0.0.1:50395 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:50396 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:50397 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:50398 TIME_WAIT 0
TCP 127.0.0.1:5037 127.0.0.1:50399 TIME_WAIT 0
TCP 127.0.0.1:7381 0.0.0.0:0 LISTENING 4232
[adb.exe]
But still, the Simulator does not connect, and briefly displays the message "socket unavailable", when I press "connect".
Anyone experiencing something similar? Any idea what could I be missing?
Thanks for your help!