相关疑难解决方法(0)

Android Studio:编译器错误输出窗口在哪里?

当我在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.
Run Code Online (Sandbox Code Playgroud)

它说> Compilation failed; see the compiler error output for details. 那么"编译器错误输出"在哪里?和/或我如何运行--stacktrace选项?

gradle android-studio

298
推荐指数
10
解决办法
22万
查看次数

使用Android Studio,编译器错误输出在哪里?

我正在使用Android Studio.当我尝试运行我的项目时,我收到消息:

Gradle: 
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':AsteroidRunnerMultiplayer:compileDebug'.
> Compilation failed; see the compiler error output for details.
Run Code Online (Sandbox Code Playgroud)

它引用编译器错误输出,但我似乎无法在任何地方找到输出.它在哪里,所以我可以弄清楚为什么我的项目无法建立?

android android-studio

7
推荐指数
1
解决办法
9692
查看次数

标签 统计

android-studio ×2

android ×1

gradle ×1