当前位置: 代码迷 >> 综合 >> Error:Execution failed for task ':app:clean'. Unable to delete directory
  详细解决方案

Error:Execution failed for task ':app:clean'. Unable to delete directory

热度:54   发布时间:2023-09-28 22:27:24.0

最近老是碰到这个问题,网上各种解决方法都有,但是基本都没有解决最后发现一片文章说的刚好解决。

一个网上的文章解决我的问题 http://www.thinksaas.cn/topics/0/482/482628.html

把 Instant Run 禁用了,clean,Sync之后就好了。

File->settings->Build,Execution,Deployment->instant run
//取消勾选Enable Instant Run....

  相关解决方案