【发布时间】:2013-05-14 02:13:03
【问题描述】:
当我在 Android Studio 中“运行”我的项目时,在“消息”窗口中,我得到:
Gradle:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':play01: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.
上面写着> Compilation failed; see the compiler error output for details.
那么“编译器错误输出”在哪里?和/或如何使用--stacktrace 选项运行?
【问题讨论】:
-
我运行的是 Android Studio 1.3.2,但没有一个解决方案有效。
-
sucki android studio 要求对这些愚蠢的问题进行投票.. :)
-
也许IDEA的想法是理想地隐藏错误(SCNR)
-
我更新插件时也有同样的问题。我使用 Android Studio 3.4 Canary 6
-
我也遇到过这个问题。就我而言,问题在于实体类数据。如果您的数据成员是私有的,他们必须创建 getter 和 setter 方法。由于这种方法,其他绑定问题即将出现。
标签: gradle android-studio