我无法构建我的项目了。我总是得到这个gradle同步问题:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Invalid revision: 3.18.1-g262b901-dirty
* 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.
以下是我尝试但未解决问题的方法:
- 已重新安装CMake版本3.18.1
- 尝试清理缓存
此外,我不能使用解决方案here(这建议降级我的CMake版本),因为我必须使用3.18.1。
有什么建议吗?
1条答案
按热度按时间wfveoks01#
我最终将CMake版本从3.18.1降级到了3.6.4111459,就像前面提到的here一样。唯一的区别是我不必在www.example.com文件中添加
cmake.dir
local.properties。