java - where are my source files in IntelliJ project? -


i facing problems in opening existing intellij project present on hard-disk, , connected git repository. when try opening project, see data files (that added manually) in project structure. unable find .idea, lib , src folders within project in project structure; these files available on hard disk @ required locations (auto-generated). also, able open other intellij projects present in same root directory properly.

any idea on how can can re-open particular project again?

looks project not contain modules, , therefore project view shows immediate contents of project directory. if can see .iml files in directory, can add them project right-clicking them , selecting corresponding option in menu. if not, you'll need go project structure dialog , configure modules manually.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -