분명 강의를 그대로 따라 했는데도 시작한지 10분도 안되어서 빌드가 안되어서 진도를 못 나간 적이 있었다.
구글링을 해보니
- In menu "Build > Rebuild project".
- In menu "File > Invalidate caches / Restart... > Invalidate and Restart".
- Remove last installed/enabled plugins if any.
- Check dependencies (especially cyclic-dependencies) in "File > Project Structure... > Modules"
- The last chance: make backup & remove .idea folder from your project directory and create new project from scratch.
위 과정을 진행해보라고 하셨다.
다행히 2번째걸 해보니 진행이 된다.
[intellij] 프로젝트 빌드 오류시, 빌드가 안될때.
In menu "Build > Rebuild project". In menu "File > Invalidate caches / Restart... > Invalidate and Restart". Remove last installed/enabled plugins if any. Check dependencies (especially cyclic-depen..
12tree.tistory.com