Renaming modules in Android Studio?

前端 未结 9 2514
闹比i
闹比i 2020-12-12 18:05

I picked the wrong name of a specific module which I imported to the Gradle project in Android Studio.

\"\"

9条回答
  •  时光取名叫无心
    2020-12-12 18:35

    This is working for me in Android Studio 1.2.1.1

    Premise: I do NOT use the refactor function of Android Studio to rename the module

    These are the steps I perform:

    1. Rename the folder of the module (directly in the file system)
    2. Modify the setting.gradle file accordingly (directly in the file system)
    3. Open the project in Android Studio

    That's all.

提交回复
热议问题