Unable to delete file/directory

Posted 人间神话

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Unable to delete file/directory相关的知识,希望对你有一定的参考价值。

转载请标明出处:http://blog.csdn.net/zhanglixiang2015/article/details/74541269

在clear project 和rebuild project 时出错下面的错误

错误信息:

Error:Execution failed for task ':app:clean'. > Unable to delete directory: E:\\androidStudioWorkSpace\\PythonDemo\\app\\build\\intermediates\\classes\\release

原因:

这个错误在网上搜索了好多资料,大多的意思说是AS的bug,都没有解决,错误提示不能删除文件

今天我似乎找到了解决办法,我按照下面的方法二去操作,在剪切这个文件的时候提示被占用,这时看到还有一个工程2打开在AS中

方法一:

原因:
由于工程1在clear project的时候,工程2还正在使用这个文件导致的

解决:
关闭工程2,只打开工程1,clear project成功(如果还不成功,重启一下AS即可)

方法二:

注:该方法是我在发现方法一之前的无奈之举,我觉得方法一更加正规
手动删除,出现了下图的提示,于是我想到可能是正在调试,或正在运行的程序占用了,这个文件(这是我的猜测,不是同一个工程,文件应该不会出现共用才对啊)

我停止调试工程,还是不行

解决:
最后关闭AS,手动删除成功,重启clear project成功

以上是关于Unable to delete file/directory的主要内容,如果未能解决你的问题,请参考以下文章

Android异常篇 Error: Execution failed for task ‘:app:clean‘. Unable to delete file

On Windows, I got "Unable to delete directory". What's wrong?

删除容器报错:Error response from daemon: conflict: unable to delete

docker: 删除镜像出错(unable to delete 76605b8a2ed4 (must be forced))

git 删除远程分支报错error: unable to delete ‘origin/xxx‘: remote ref does not exist

异常:Error response from daemon: conflict: unable to delete 6fa48e047721 (cannot be forced) - image ha