After I install my apk , my app name is displaying as below. Is there any thing I'm missing on parameter setting..? Does any one has similar issue..?
Asked
Active
Viewed 113 times
0
-
Did you set a valid `android:label` for you `
` in the `manifest.xml`? [docs](https://developer.android.com/guide/topics/manifest/application-element#label) – derpirscher Jan 09 '21 at 00:03 -
plz share strings.xml – Sadegh J Jan 09 '21 at 20:03
-
Thank you so much for the help. Adding android:label solved my problem :) – AndroidDevShr Jan 11 '21 at 00:49