Is there a way to change the name of an app without creating a new project?
Example: On the home page where my apps are, I have an icon and the name x, but i want to change the name to y. Can I do this?
|
Is there a way to change the name of an app without creating a new project? Example: On the home page where my apps are, I have an icon and the name x, but i want to change the name to y. Can I do this? |
||||
|
|
|
Yes you can. By changing the "android:label" field in your application node in AndroidManifest.xml. As Pixie mentioned, it's the label attribute. Thanks. See more here |
|||||||||||||||||||
|
|
There's the android:label for the application, and the android:label for the launch activity. The former is what you see under Settings -> Applications -> Manage Applications on your device. The latter is what you see under Applications, and by extension in any shortcut to your application, e.g.
|
|||
|
|
|
You mind have to change also the name of your main activity "android:label" as explained in Naming my application in android |
|||
|
|
|
Nevermind I found it. It can be done in the manifest file under application just set the android label. Was thrown off at first becasue it didn't change my shortcut of the application's name. |
|||
|
|
|
It depends what you want to do. I personally wanted to rename my project so it didn't say MainActivity at the top of the app and underneath the icon on my phone menu. To do this I went into the Android Manifest.xml file and edited
And edited the Hope that helps! |
|||
|
very easy go to res file -> values -> strings.xml....
hope this is ur mean for changing application name |
|||
|
|
|
Yes Of-course........Android Supports to change the name of the App before making build just like iOS (Build Configuration). You can change it by Modifying the Android manifest file for the project. |
|||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.