IntelliJ IDE | .iml File lost or deleted

前端 未结 10 971
梦谈多话
梦谈多话 2021-02-06 20:07

Last week I was working on a Java EE project with IntelliJ IDE.

Today: As I started up my IntelliJ 2016.1 it gave me the error:

Error Loading Project

10条回答
  •  自闭症患者
    2021-02-06 20:50

    My mvn project was not also loading correctly in IntelliJ IDEA after I removed .iml file. I fixed it this way:

    1. Closed IntelliJ IDEA
    2. Deleted .idea dir which was in my project dir.
    3. I reopened IntelliJ IDEA and .idea dir and also .iml was after a while automatically recreated by IntelliJ.

    Fixed for me.

提交回复
热议问题