I am several hours and many unsuccessful tries into this. The first Google hit on this question is HERE which basically says copy the code into a new folder and use Refactor -> Rename to change the name.... of what?
I would expect there would be a way to change the name of a project.
I can copy the project and run it no problem. But how do I rename it? If I highlight the entire app and do refactor -> rename I can change the folder name "app" to "newName" but that does nothing. If I change the project name in the manifest, the program breaks as all the imports still have "oldName". If I manually change "oldName" to "newName" it doesn't work. If I highlight "oldName" and do Refactor -> Rename it asks if I want to change the name in my original project folder. That I am not even trying.
In searching, I find bug reports, and various methods that are incomplete like the one I linked above.
I would sincerely appreciate some help.