在整个 Manifest 文件中更改 android 包名称

Changing android package name throughout the Manifest file

我的项目名称包含“.”,所以包名称不是真正有效的,因为它是 "P.C.P.P.C.P"(我的项目名称是 "P.C.P")。

我在 AndroidManifest.xml 中对其进行了编辑,它运行良好 - pakcage 名称现在有效并且该应用程序在我的 phone.

上运行完美

那么这样改包名真的有效吗?

要更改 Xamarin 应用程序的包名称,您需要转到 AndroidManifest.xml 并更改包属性来手动更改包名称。

AndroidManifest.xml文件在

下可用
[Solution Name]>[App Name]>Properties>AndroidManifest.xml in your solution explorer.

然后需要重新构建应用程序才能使程序包名称更改生效。