Android Studio Project Root Directory Name Change/ Project name change

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

    My sure shot answer is : To refactor the root name

    a) Rename the folder

    b) then please go in settings.gradle > just write rootProject.name = 'new name'

提交回复
热议问题