Gradle:无法读取设置文件

时间:2016-09-22 10:07:03

标签: android gradle

我意外地跑了

./gradlew heck

而不是“检查”

现在我收到了构建错误

FAILURE: Build failed with an exception.

* What went wrong:
Could not read settings file '/home/.../ProjectFolder/heck' as it does not exist.

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

BUILD FAILED

到底是什么?我只是想检查一下!

1 个答案:

答案 0 :(得分:0)

我刚刚遇到了类似的问题,但我正在运行:

  gradle -clean build.

并得到一个错误,它找不到“精益”文件。 看到我们的问题了吗? 我们都无意中调用了“--settings-file”选项,缩写为“-c”。

摆脱破折号,你的世界将再次美好。 就像我现在这样。 :-)