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
To change the name of the project's root directory, the following worked for me: As the image bellow indicates, under the 'Project' tab,
go to setting.gradle
modify/include rootProject.name='put the name you want here'
Then go to build -> clean project
build -> rebuild project