Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA 14: Error Loading Project: Cannot load module cars-service

With my last restart of my mac I had a problem with IntelliJ IDEA project : the .iml file was deleted and I have

Error loading project: cannot load module cars-service Details ....

in the console.

Besides that, the structure view of the project has disapeared. Here is a screenshot:

enter image description here

like image 391
Master Mind Avatar asked May 01 '15 11:05

Master Mind


3 Answers

Finally, I imported my project via import project so the iml file was recreated.

like image 199
Master Mind Avatar answered Nov 19 '22 03:11

Master Mind


Closing intelliJ. Deleting the .idea folder and re-opening intellij worked for me.

like image 27
kgui Avatar answered Nov 19 '22 03:11

kgui


This happened to me this morning*, and fortunately there's a fairly straightforward solution.

  1. Press Ctrl+Alt+Shift+S (or go to File > Project Structure...) and click Modules on the left of the window.
  2. Click the green + above the list of modules then New Module. Select the type of module (Java, Android, Flash, what have you) and click Next.
  3. Enter the details of the lost module. Click the browse button to the right of Content Root and navigate to the directory that contains your lost module. The module name will be populated with the directory name by default, but you can rename it without issue.

(*I... got a bit gung-ho with the old git clean -fd. I don't recommend it.)

like image 11
daemonexmachina Avatar answered Nov 19 '22 01:11

daemonexmachina