Java – change the application name in Android studio

This guy is a problem with Android studio I make a startup screen in manifest, and then I run the application in the simulator. The name is splash see screnshot.

Screenshot

<resources>
    <string name="app_name">Times Table</string>
    <string name="action_settings">Settings</string>
    <string name="title_activity_splash">Splash</string>
</resources>

I need help

Solution

Go to your values / strings XML and change it

<string name="app_name">Splash</string>

to

<string name="app_name">YourName</string>
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>