Reputation: 1672
I have an Android Studio Project , the original name was GUI-refresh-by-time however it is showing Typer in the main screen.
But when I open the project, it becomes GUI-refresh-by-time
My .idea/.name
is called "GUI-refresh-by-time"
How can I resolve this issue? It might lead confusion specially when you have too many projects.
Upvotes: 2
Views: 272
Reputation: 1
After you've renamed all of the manifests, directories, name of the app, etc., don't forget this little file: .idea/.name That's what feeds the name to the project name-and-widget, here:
picture of my Android Studio session
Upvotes: 0
Reputation: 1672
Ok, I solve it anyway.
The problem occurs because I have another Android Studio project name Typer , both of them are located in the same Folder Location root/Gui-GUI-refresh-by-time and root/Typer
Basically this root/Typer does not have .idea/.name so I decided to delete the Typer project Folder and reopen my Android Studio, after then it works.
Upvotes: 3
Reputation:
you could just remove the project from the workplace by saving it elsewhere and try reimporting it
Upvotes: 1