Android Studio Project Root Directory Name Change/ Project name change

后端 未结 10 1374
自闭症患者
自闭症患者 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:29

    To change the name of the project's root directory, the following worked for me: As the image bellow indicates, under the 'Project' tab,

    1. go to setting.gradle

    2. modify/include rootProject.name='put the name you want here'

    3. Then go to build -> clean project

    4. build -> rebuild project

提交回复
热议问题