Android Studio Project Root Directory Name Change/ Project name change

后端 未结 10 1387
自闭症患者
自闭症患者 2020-12-13 04:10

How to change the name of a project\'s root directory in Android Studio- 0.9.9.I read the other solution here but nothing works for me. I can change/refacto

10条回答
  •  被撕碎了的回忆
    2020-12-13 04:28

    Basically you can by changing the project's folder name and reopening it.

    It is also recommended to change the name of the project in the Android Studio project structure by editing these files:

    • Change the project name in .idea/.name
    • Rename the [Name].iml file in the project root directory
    • Change the reference to this iml file in .idea\modules.xml
    • Change the rootProject.name in the project root settings.gradle

提交回复
热议问题