我一直在使用 android studio 的新预览版,非常喜欢它。但最近我的项目不会建立。我收到以下错误:
Gradle:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':TestProj: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.
Could not execute build using Gradle distribution 'http://services.gradle.org/distributions/gradle-1.6-bin.zip'.
问题是如何启用堆栈跟踪,以便找到错误的根源。因为它是我真的不知道是什么原因造成的。