Basic Reskin

Change Application Name

To change the name of your app in Android Studio (the name that appears on the device's home screen), follow these steps:

1. Locate res/values/strings.xml

  • In the Project view (left sidebar), expand the following folders:
    app/src/main/res/values/

  • Open the strings.xml file located in the values folder.

2. Find the app_name String

  • Inside the strings.xml file, look for a string resource named app_name, which typically looks like this:

  • Modify the text between the tags to your desired app name.

Still have questions?

If you still have a question, you can submit a support request here. Contact Support

This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.