Can you regenerate a deleted modules .iml file in

2019-02-01 16:30发布

I have accidentally erased one of my project modules .iml file and I was wondering if its possible to regenerate it. I have googled around for a bit but I have not seen a solution yet.

8条回答
走好不送
2楼-- · 2019-02-01 17:17

I solved the problem as follows: 1) Opened the IntelliJ IDEA 2) Selected menu point "import project" 3) Navigated to the folder containing my project 4) Imported the project (in my case as maven project) and builded it new.

查看更多
疯言疯语
3楼-- · 2019-02-01 17:20

If you have not invalidated your cache or updated intellij since, locate the folder it used to be in > right click > Local history > show history. from here you should be able to restore that .iml file

查看更多
登录 后发表回答