Change app name android

Hello,
I try to change the name that display above icon app. So, I change <string name="app_name">new app name</string> in String.xml but dont work.
So how change the app name?
Thanks

In AndroidManifest.xml, under <application>, do you have android:label="@string/app_name"? And does it have the same for <activity> inside of <application>?

Also, have you tried removing the app from the device and reinstalling it after changing the name?