Relative Content

Tag Archive for androidxmlmauiandroid-manifestbranding

Brand-Specific `AndroidManifest.xml` Not Being Merged in .NET MAUI Project

I’m working on a personal project where I need to use different AndroidManifest.xml files for different brands of the app. Each brand has its own manifest file located in a separate directory. However, despite configuring the .csproj to include the correct AndroidManifest.xml for the active brand, the build process only includes the base AndroidManifest.xml, and the brand-specific manifest is not being merged.