open failed: EBUSY (Device or resource busy)

后端 未结 7 2046

I have a strange error in my App.

In my app it is possible to download a zipFile, read the content as what it is and also delete it. Its doesn\'t matter what exactly

相关标签:
7条回答
  • 2020-12-24 12:37

    I understand that this is an old issue, and was originally reported specific to a XOOM, but if the OP had an open FileOutputStream that was not properly closed, i.e. via a Finally block, then that is likely what is causing the resource to be held when attempting to reference it later... even if the physical file was actually deleted.

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