2

Gradle が常に compileDebug フラグで実行されるように Android Studio をカスタマイズする方法はありますか?

新しい 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.
4

0 に答える 0