What is the modern way to refactor an Android Studio package name?
I tried following video guides on youtube about manually refactoring each package name but it does not end up actually changing the name. At best I am able to ADD a new name to the existing one but it does not even change the actual package folder. Lots of pervious guides mention moving r.java but as far as I know that is not a working method anymore.
i.e refactor package name Ice to cold > folder stays named Ice> in actives its named "com.iceCold" retaining the ice
There is a guide on...