'I am trying to change the name of the app(title)

I am trying to change the title, there is no strings.xml. I changed the label, but it doesnot appear on the app. Pleae help.

enter image description here



Solution 1:[1]

You should just add

android:label="@string/app_name_full"

in acticity tag

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Piotranon