views:

18

answers:

1

I have a project which I created before few days like test project and now after I done some very nice stuff with it I need to change some basic information about a project.

I use Eclipse IDE and I menage to change some tings, class names itd. But problem i have now is I can found a place where to change a project name ???

Installed application on my android emulator below app Icon showing that test name and I need to change that ??

How to change primary name of android project ??

+1  A: 

Open strings.xml in your res/values directory and change the value in the XML element <string name="app_name"> if you are in the 'strings.xml' view.

Alternatively, you can edit the value of app_name if you are viewing the file under the 'Resources' view.

Ryan Berger
thank's man ;))
zire
No problem. Good luck on your app!
Ryan Berger