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です。
下記を参考にしました。
File→Settings→Build,Execution,Deployment→CompilerのCommand-line Optionsの欄に
–debug
と入れましょう。
なぜビルドできないのかがわかりますよ~⊂(^-^)⊃