IntelliJ IDE | .iml File lost or deleted

前端 未结 10 802
梦谈多话
梦谈多话 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 21:10

    I also removed .iml file by accident. Here is how it was resolved:

    1. Closed IntelliJ IDEA
    2. Reopened program
    3. Selected Import Project -> Create project from existing sources
    4. Clicked Next. It created correct project configuration for me.

提交回复
热议问题