new module gets created without any source directories

已回答

As per https://www.jetbrains.com/help/idea/adding-an-existing-module-to-a-project.html, created a new module but there are no directories gets created.

I can only see .iml file.

How to created src > main & src > test along with module ?

Thanks & Regards,

Vikram

 

 

0
Avatar
Permanently deleted user

actually, I find a workaround. Right click on the empty project, and select "New", "Module", enter a name, and click "Finish". Then the "src/main/java" will apear. 

0

请先登录再写评论。