My AVD is of API 15, I don\'t know why but the following message keeps coming up whenever I run an application on emulator. It doesn\'t seem to have caused any trouble excep
Old question, but still relevant and I didn't see any other answer with this information:
For me it happened when another Eclipse was running at the same time, with DDMS competing over the same socket as the eclipse trying to connect to the Android device.
Solution was to close the other Eclipse. Hope it helps someone.
Update: Probably a better solution is to edit the DDMS port of the other eclipse to something you don't use. So it's out of the race.