Unable to delete file: app\build\intermediates\transforms\mergeJavaRes\debug\0.jar

0、相关文章:

Android app\build\intermediates\transforms\mergeJavaRes\appstore\debug\0.jar

1、正文:

编译错误:

Error:FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:clean'.
> Unable to delete file:...\app\build\intermediates\transforms\mergeJavaRes\debug\0.jar

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org
BUILD FAILED in 3s

点击:Invalidate and Restart,就可以解决了。

Unable to delete file: app\build\intermediates\transforms\mergeJavaRes\debug\0.jar_第1张图片

你可能感兴趣的:(Android:常用)