I tried to change my project name in Android Studio by the usual Refactor->Rename method, but since it did not really change it, it only made an add-on to the title OldName[NewName]
, I tried to just change the directory name itself. Since I will need that changed too. But then after I did that, I tried re-opening Android Studio and now it is freezing with the Waiting for ADB
popup. Which I then have to use Activity Monitor to force quit Android Studio.
So, is there a proper way to change the name of your existing Android Studio project so that it really changes the name everywhere? Or are there a few steps to take to make sure it is changed everywhere? I also would then want my package renamed, since it took the name of my app name at creation. Thanks for your help.