有没有办法自定义 Android Studio 以便 Gradle 始终使用 compileDebug 标志运行?
运行新 Android Studio 的任何人都可能看到以下错误。我发现的唯一解决方案是从命令行运行 gradlew compileDebug 。始终保持控制台窗口打开是一个非常糟糕的工作流程。有没有办法在 IDE 中显示构建错误?
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.