Eclipse could not delete error

后端 未结 29 1617
粉色の甜心
粉色の甜心 2020-12-30 18:25

I\'m working on a project with Eclipse and by now everything was fine, but last time I\'ve tried building it, it returned the error,

\"The project was

相关标签:
29条回答
  • 2020-12-30 19:12

    Sometimes it can be resolved simply by cleaning the project and rebuilding it. This worked for me just before.

    In addition, clicking 'Build Automatically' in the 'Project' tab is usually more convenient for resolving minor problems.

    0 讨论(0)
  • 2020-12-30 19:13

    On windows, i've opened eclipse with Admin privilige. The problem has gone.

    0 讨论(0)
  • 2020-12-30 19:15

    Process Explorer showed that the Android Java .jar file that could not be deleted was used by javaw, a sub-process of Eclipse...

    This seems buggy.

    The workaround is to close Eclipse and delete the file from Explorer...

    0 讨论(0)
  • 2020-12-30 19:15

    I went to the Java Build Path ->Source (tab) ,changed the path of the Default Output folder to some other folder like customerConfig/bin to customerConfig/bins ,did a build , the error went away and then went back and changed it back to customerConfig/bin

    0 讨论(0)
  • 2020-12-30 19:16

    I have been having this problem quite a bit recently. I realised it started happening after I set the workspace to automatically reload all resources from disk. This can be configured from the menu: Preferences > General > Workspace.

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