neferpitou
neferpitou

Reputation: 1672

Android Studio is showing wrong project name

I have an Android Studio Project , the original name was GUI-refresh-by-time however it is showing Typer in the main screen.

enter image description here

But when I open the project, it becomes GUI-refresh-by-time

enter image description here

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

Answers (3)

D. Goldhirsch
D. Goldhirsch

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

neferpitou
neferpitou

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

user3977776
user3977776

Reputation:

you could just remove the project from the workplace by saving it elsewhere and try reimporting it

Upvotes: 1

Related Questions