0

The application name in the launcher is not showing and when i click in the application label in the manifset it shows me more than one resource which they come from other libraries i used like meterial-about please help it's a very strange problem ...

Manifest Picture
enter image description here

Launcher Picture
enter image description here

skr
  • 2,146
  • 19
  • 22

1 Answers1

0

In java, the name of your application follows what you define android:label as... And you have it set to "", at least in the screenshot you give.

See this thread here for more information.

Luke Thistlethwaite
  • 428
  • 1
  • 4
  • 17
  • thank you for your response but i didn't set to empty "" but i set a value to it in values.xml –  Aug 06 '17 at 09:31
  • Did you try setting it in both locations? – Luke Thistlethwaite Aug 06 '17 at 13:00
  • yes i did the strange thing is that those values are from other libraries like AVLoadingIndicator or Material about .. still i changed them all with no result –  Aug 06 '17 at 14:18