Android Studio编译失败提示"It is currently in use by another Gradle instance"异常处理

本文详细解析了在使用Gradle构建Android项目时遇到的BuildOutputCleanup缓存锁冲突问题,提供了一种通过命令行清除Gradle锁文件的有效解决方案。
Task failed with an exception.
-----------
* What went wrong:
Could not create service of type TaskOutputFilesRepository using TaskExecutionServices.createTaskOutputFilesRepository().
> Timeout waiting to lock Build Output Cleanup Cache (***/frameworks/runtime-src/proj.android-studio/.gradle/buildOutputCleanup). It is currently in use by another Gradle instance.
  Owner PID: unknown
  Our PID: 758
  Owner Operation: unknown
  Our operation: 
  Lock file: ***/frameworks/runtime-src/proj.android-studio/.gradle/buildOutputCleanup/buildOutputCleanup.lock

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

 解决方法:
在项目根目录,终端运行以下命令。

find ~/.gradle -type f -name "*.lock" | while read f; do rm $f; done

 

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值