Renaming a project in IntelliJ IDEA

前端 未结 13 1344
無奈伤痛
無奈伤痛 2020-12-07 14:48

I have some projects where the directory containing the project is called \"Code\".

When I open IDEA, in my recent projects list all I see is that name.

Is t

13条回答
  •  离开以前
    2020-12-07 14:58

    This worked for me:

    1. Renamed module folder
    2. Updated module name in settings.gradle
    3. Updated all build.gradle references
    4. rm -rf .idea/modules/[module]
    5. Rebuild project

提交回复
热议问题