❌
IntelliJ:Cannot start compilation: the output path is not specified fo
IntelliJでビルドすると「Cannot start compilation: the output path is not specified for module・・・」エラー
原因はモジュールをビルドした時のビルド成果物を保存するパスが設定されていないため。 プ> ロジェクト設定画面で以下を設定すると直った。
- Module settings > Project > Project compiler output にoutと入力する
- Modules > Paths > Inherit project〜 にチェックを付ける
Inherit project〜は何のことかと思ったら、プロジェクトの設定を使うよという意味だったのか。
ちなみに、ただ「out」入力では治らなかったので、別途フォルダーを指定した。
Discussion