Android Studio直接修改项目名,提示“can't rename root module”问题



        在Android studio中,直接通过项目 右键 -> Refactor -> Rename方式修改项目名,会提示“can't rename root module”。

        解决办法:

        1)关闭 Android studio;

        2)进入project所在本地位置,直接修改文件夹名字为[NewName];

        3)重新打开Android studio,重新导入[NewName]的项目;

        4)新版的Android studio(当前为2.3.3)会自动修改.iml文件名及.idea/modules.xml中配置的.iml文件。  


        在Android studio中,直接通过项目 右键 -> Refactor -> Rename方式修改项目名,会提示“can't rename root module”。

        解决办法:

        1)关闭 Android studio;

        2)进入project所在本地位置,直接修改文件夹名字为[NewName];

        3)重新打开Android studio,重新导入[NewName]的项目;

        4)新版的Android studio(当前为2.3.3)会自动修改.iml文件名及.idea/modules.xml中配置的.iml文件。  


你可能感兴趣的:(Android,studio)