Is there any posibility that I could change the name of my project
as it appears in Package Explorer
.I'm using Eclipse IDE.I tried to edit the string.xml
in res/value
folder but that won't change it in the Explorer View.
Asked
Active
Viewed 4.4k times
39

Nicolas Gervais
- 33,817
- 13
- 115
- 143

adrian
- 4,574
- 17
- 68
- 119
5 Answers
134
- Right click on your project
- Click "Refactor"
- Click "Rename..."
- Enter name!
Or did that not work for you?

dmon
- 30,048
- 8
- 87
- 96
15
if you want to change the name of your android project in Eclipse IDE simply select your project and press F2 , and then rename it :).
Or
right click on your project => Refactor => Rename => enter the name you want

Houcine
- 24,001
- 13
- 56
- 83
3
.project file has the project name where this can be changed too.

vik86
- 31
- 2
-
If you need to change out of Eclipse, this worked for me. Thanks. – Ogulcan Orhan Sep 02 '14 at 08:13
-
is should be welcome to have an example of the corresponded line – Hugo Gresse Apr 23 '15 at 14:58
1
right click on your project > Refactor > Rename > enter the new name
and must check on
Update Refrence if you do not update refrence it will not work

Muhammad Noman
- 1,566
- 1
- 15
- 21
0
To change your Project name adopt the following steps...
- Open your project.
- Select the project.
- Press F2 and give a new new name to your project.

Naveed Ashraf
- 295
- 2
- 6