I have a project which I created a few days ago as a test project and now after I’ve done some very nice stuff with it I need to change some basic information.
I am using Eclipse IDE and I was able to change some things, such as class names. The problem is I can’t figure out where to change the project name.
For the installed application on my android emulator, the text below the app icon is showing the test name. How do I change that?
Open
strings.xmlin yourres/valuesdirectory 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.