In my current project, I want to rename the Android project in Android studio (0.8.9) and want to use it in the future. I know about the two solutions discussed in the forum. Can someone please confirm the best approach and hassle free. Moreover, any advice tested on Android Studio 0.8.9 is best.
Solutions I Know About (But Not Sure) A. - Close the project in question. Copy it and rename it to a new name and open it in Android Studio.
In this case, the project .iml file still shows the old name, as well as the .name file in the ".idea" folder. I also get this error:
Unsupported modules detected: compilation is not supported for the following modules :. Unfortunately, you cannot have non-Gradle Java modules and Android-Gradle modules in the same project.
B. Using option F6, but it is not copied. I think it moves the whole project, which is not a solution.
source share