Advise on renaming a Android project in Android studio(Gradle based)

后端 未结 3 1090
南方客
南方客 2021-01-05 16:34

In my present project , I wish to rename the Android project in Android studio (0.8.9) and wish to use it hereafter. I know about 2 solutions discussed in forum. Could some

3条回答
  •  我在风中等你
    2021-01-05 17:17

    In Android 1.5.1 tested and worked:

    1. Open Project folder (you could open it through Android studio itself see this
    2. make sure Android Studio Is closed
    3. change the yourOldProjectName.iml to the new name
    4. rename the parent folder to same new name.
    5. re-open Android Studio --> File --> Open--> path to your renamed.iml

提交回复
热议问题