android Run with –stacktrace option to get the stack trace. Run with –info or –debug option to get more log output.

Androidでビルドできない…めっちゃあるあるですが。
むしろビルドできる奇跡に感謝しよう。

FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ‘:takuruUser:compileDebugJavaWithJavac’.
Compilation failed; see the compiler error output for details.

android Run with –stacktrace option to get the stack trace. Run with –info or –debug option to get more log output.

と出た時は、このメッセージの通り、Runするときに–info、–debugオプションをつけると、なんでビルドできないのかがわかります。

–info、–debugオプションの付け方です。

使っているAndroidStudioはAndroidStudio3.2です。

下記を参考にしました。

https://stackoverflow.com/questions/21674091/how-to-add-stacktrace-or-debug-option-when-building-android-studio-project

 

File→Settings→Build,Execution,Deployment→CompilerのCommand-line Optionsの欄に

–debug

と入れましょう。

なぜビルドできないのかがわかりますよ~⊂(^-^)⊃

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です