Change Android App Name in simple two steps in Eclipse

Step 1. Open AnroidManifest.xml file of project and see the app_name string variable.


Step 2. Now go to res/values/string.xml and change value of app_name and save it and run it.


Comments