what caused IOException and Broken pipe

后端 未结 13 1300
慢半拍i
慢半拍i 2020-12-29 18:15

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

13条回答
  •  一生所求
    2020-12-29 18:43

    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.

提交回复
热议问题