0

我在 Windows 上创建了一个项目,当尝试使用 Ubuntu 打开和构建它时,我收到以下错误。谁能帮我整理一下?我看过帖子说将 0.5.+ 更改为 0.5.6,但这并没有帮助。

FAILURE: Build failed with an exception.

* Where:
Build file '/media/Data/Android/SivLtdProject/FitnessUnlimited/build.gradle' line: 9

* What went wrong:
A problem occurred evaluating project ':FitnessUnlimited'.
Cause: org/gradle/internal/reflect/Instantiator
Cause: org.gradle.internal.reflect.Instantiator

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

BUILD FAILED

如果您需要发布任何其他内容,请告诉我。

经过一番搞砸后,我收到错误 NoClassDefFoundError: org/gradle/internal/reflect/Instantiator

我通过 apt-get 安装了 gradle,我还需要做些什么来构建它吗?

4

1 回答 1

0

尝试使用1.8取自 gradle.org 而非 apt-get 的最新 gradle 发行版 () 并使用最新的 Android gradle 插件:0.6.+0.6.1

另外使用--stacktrace选项来获取有关该问题的更多详细信息。

于 2013-10-18T08:43:32.483 回答