将项目从 Windows 移至 MacOS Mojave 时,我遇到以下问题。
项目存储在外部驱动器上。只是在MacOS中有所作为
我已经克隆了仓库,并尝试构建并获取以下错误消息
Timeout waiting to lock file content cache (/Volumes/Projects/TimTom/android/timtom/.gradle/4.10.1/fileContent). It is currently in use by another Gradle instance.
Owner PID: unknown
Our PID: 2761
Owner Operation: unknown
Our operation:
Lock file: /Volumes/Projects/TimTom/android/timtom/.gradle/4.10.1/fileContent/fileContent.lock
我已经尝试了在stackoverflow和其他Internet资源上找到的所有可能的解决方案,但是没有一个起作用。
~/.gradle
chache
文件夹中删除缓存文件夹fileContent.lock
文件Invalid and restart
命令。以上均未解决问题。
有人可以帮助我解决此问题吗?