Name of the app is not getting change

I change name tag in config.xml and then emulate it but still it showing old name HelloCordova.

Can somebody help me and tell me what I am missing

What stands in the title-tag of your index.html?

If i am not mistaken after you change the config file you have to run

ionic platform remove [android or ios] 

and then

   ionic platform add [android or ios]

Let me know if this helps

1 Like

Thank you, that’s work out :smile: