Android app name not being displayed

前端 未结 13 2123
梦谈多话
梦谈多话 2020-12-29 20:53

My Android app is not displaying the application name \"app_name\", instead its displaying the activity name \"title\". This is from my manifest file;

   <         


        
13条回答
  •  生来不讨喜
    2020-12-29 21:53

    You can directly give yours Application name to it like android:lable="app_name" or check yours String.xml file in Values folder

提交回复
热议问题