user7285912
user7285912

Reputation: 201

Xamarin, Android: Change name of whole app, not just the Label

this might sound like a simple question, but I haven't been able to find a solution to this:

I created an app that I now want to publish, but while debugging, this app had an incorrect name.

Now, ofcourse I can change the namespace and / or label in my MainActivity, so that the app on my phone gets the right name assigned to - but if you check this app under "application" it still has its original name.

Is there anyway how I can change all of my Apps name in like "one click"? I did find a few instances, in which the "old" name still appeared, but changing one led to this app no longer debugging.

I'm using Visual Studio :)

THANKS!

Upvotes: 0

Views: 100

Answers (1)

N.Jourdan
N.Jourdan

Reputation: 600

You should change it in the AndroidManifest.xml

Upvotes: 2

Related Questions