Android Studio更改工程名异常解决方案 :can't rename root module

Posted 再见理想

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio更改工程名异常解决方案 :can't rename root module相关的知识,希望对你有一定的参考价值。

在修改android Studio 中 project的名字时 ,提示 “can’t rename root module”。

 

这是因为Android Studio只能修改根目录内的所有文件,要修改project根目录名字,只能关闭Android Studio 在操作系统中修改文件夹名字。

 

具体步骤:

1.关闭Android Studio。

2.直接在操作系统中修改好名字。

3.重新import 新名字([NewName])的工程,这样就可以了,相当简单。

 

其实重新import后,Android Studio自动修改了相关的project中名字的引用,包括以下2个方面:

1. 修改了根目录下的.iml文件名为[NewName].iml,并修该文件中的external.linked.project.id=[NewName]

 

2.修改了.idea/modules.xml里面的<module fileurl="file://$PROJECT_DIR$/[NewName].iml" filepath="$PROJECT_DIR$/[NewName].iml" />

因为这些修改都是Android Studio自动完成的,所以不需要手动修改了。这样就把project的名字改完了。

以上是关于Android Studio更改工程名异常解决方案 :can't rename root module的主要内容,如果未能解决你的问题,请参考以下文章

android studio 如何设置中文应用名?

android studio怎么更改sdk路径

Android Studio Gradle 版本不同报错解决方法

如何修改android工程的包名

android studio怎么创建java工程

android studio导入工程版本问题