I can't seem to change the name of the actual project after duplicating it in the file system and refactoring/renaming. Here are the steps I've taken
- In OS X finder, right-clicked the project folder "Finish Activity" and selected "duplicate"
- Renamed the duplicate folder to "Activity Lifecycle"
- In Android Studio, refactored/renamed the package and confirmed that it was renamed in all the correct places.
- Changed the name of the app in the Strings.xml resource to "Activity Lifecycle."
- Closed AS and reopened.
- When prompted with AS's Welcome screen, at first I couldn't find the project "Activity Lifecycle" under the list of "Recent Projects." This is because it is still being listed as "Finished Activity."
Step 6 above indicates the issue I am trying to resolve. The app functions as expected with no visual problems. In addition to the issue mentioned above, on the top left of the project explorer it lists the project name as "Finish Activity" with the blue icon indicating it is the project name. All over references say some version of "Activity Lifecycle."
This answer Completely renaming a project in Eclipse
says to edit the .project file, in the project folder, but no such file exists. I do have hidden files being shown btw.