Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to rename project at "Recent Projects" at Android Studio 1.0.2? [duplicate]

How to change name (title) of project at "Recent Projects" at "Welcome" screen of AS (1.0.2)?

The problem is at one of my projects, but it's covered by NDA, so can not show it here. It was imported into AS from Eclipse. It was at code directory and imported as code project by AS. I already renamed folder, project to needed name and everything is fine, but code still present at 'Recent Projects' and title of Android Studio. It is not critical, but a little annoying :).

enter image description here

For example, I need to change 'Gradle' to 'SO-gradle'.

This name also is used at windows title

enter image description here

I found same question/answer for IntelliJ IDEA

but looks like AS override that screen

enter image description here

Update:

As I told previously, I'm able to rename project and its directory, but old name Gradle lefts as is at 'Recent Projects" and title. See images bellow.

enter image description hereenter image description here

like image 678
gio Avatar asked Jan 04 '15 12:01

gio


1 Answers

Found it.

That name is stored at .idea/.name file. Need to open it and change it there. After need to restart AS.

enter image description here

enter image description here

like image 56
gio Avatar answered Oct 20 '22 15:10

gio