Android app name

Hi All
I’m using Projucer to generate a Android project.
I’d like to change the app name that appears below the icon, depending on my configuration.
Adding <string name="app_name">My App Name</string> in projucer “Custom string resources” fails, since the app name will be defined 2 times in the string resource file.
Is there any other way to set the app name in Projucer ?
Thanks for any tip you can provide.

Nobody facing the same issue here ?
Thanks

You can change the Project Name and Plugin Name in the Projucer. I’m not sure if that completely answers your question, though.

Yes but I have a single projucer project with multiple targets, and each target has its own name.