gpt4 book ai didi

Android Studio 和 Gradle 构建错误

转载 作者:IT老高 更新时间:2023-10-28 13:16:47 26 4
gpt4 key购买 nike

我一直在使用 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'.

问题是如何启用堆栈跟踪,以便找到错误的根源。因为它是我真的不知道是什么原因造成的。

最佳答案

如果您使用的是 Gradle Wrapper (Android Studio 中的推荐选项),您可以通过在项目的根文件夹(gradlew 文件所在的位置)的命令行中运行 gradlew compileDebug --stacktrace 来启用堆栈跟踪)。

如果您不使用 gradle 包装器,则使用 gradle compileDebug --stacktrace 代替(大概)。

您实际上并不需要使用 --stacktrace 运行,从命令行单独运行 gradlew compileDebug 应该会告诉您错误在哪里。

我将此信息基于此评论:

Android Studio new project can not run, throwing error

关于Android Studio 和 Gradle 构建错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16626026/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com