guy's there is a problem with android studio.I make a splash screen in Manifest then I run the app in emulator the app name is splash.see the screnshot. ScreenShot1
Screenshot
<resources>
<string name="app_name">Times Table</string>
<string name="action_settings">Settings</string>
<string name="title_activity_splash">Splash</string>
</resources>
need help.
go to your values/strings.xml and change this
<string name="app_name">Splash</string>
to
<string name="app_name">YourName</string>
You need to check 2 things here
Your Android Mainifest show have something like this
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
and navigate to Strings under Values, ensure you find this line inside your code
<string name="app_name">Your App Name HERE</string>
So the String you are referencing to is "app_name"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With