what caused IOException and Broken pipe

后端 未结 13 1248
慢半拍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:56

    I noticed this happening frequently (every 5 mins or so) recently. The frequency seemed to increase if I had both a physical device and an emulator running.

    Stopping the emulator and only using the physical device for debugging stopped it from happening as often - now I only see it once or twice a day.

    To resolve it when it happens, you don't need to close down the emulator or reboot the device - turning USB Debugging Mode off and back on should make it show up again under adb.

    0 讨论(0)
提交回复
热议问题