I am trying to make a copy of a module in Android Studio to make small changes. How can i do this? I found several solutions, but it didn’t work for me. Instead of posting my questions on a few old topics, I decided to open a new question.
I made a copy of the modules directory, changed the folder name, and edited the package name in the manifest. Now I'm stuck: how can I automatically change the package in all files and create an Android working project again? I tried to select a package and reorganize it, but this will only change the package in the manifest or in the project tree, but not in the java files.
Thanks!
source share