【发布时间】:2013-05-22 19:32:29
【问题描述】:
不知道这是否是因为 android-studio 做错了什么,或者只是 intelliJ 中所有 gradle 项目的共同点,但有时当我运行构建/调试时,我得到的只是:
Gradle:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':ProjectA:compileDebug'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
我似乎找不到任何方法来获取更多信息,因为此文本已经出现在我认为是编译器输出的内容中。
我应该在哪里看?
【问题讨论】:
-
仅供参考:this question 看起来相关。
-
@CrazyCoder 确实如此!今晚我会消化它,如果它有答案,我也会在这里记录!谢谢
-
你应该看看这个,我找到了我的答案*.com/questions/36977735/…
标签: ide intellij-idea gradle android-studio