Change in AndroidManifest.xml, change in MainActivity.cs (

[Activity(Label = "@string/ApplicationName", MainLauncher = true, Icon = "@drawable/icon")] 

) I rebuild the project, but nothing changes in Main.axml.

    1 answer 1

    What do you have in the resources? (Resources path -> Values ​​-> String.xml) What corresponds to the attribute ApplicationName ?
    At worst, you can set your own value directly in the Label property:

     Activity(Label = "MoePrilojenie", , MainLauncher = true, Icon = "@drawable/icon")]