Skip to content

Android does not handle images/splash/icons with the same name and overwrites #9170

@mattleibow

Description

@mattleibow

Description

Right now, generated images may overwrite other images if they have the same name. This is because if you have an svg MauiImage, the final image has the same name as that original file. Then, if you have a SVG for the splash screen with the same name, it has no way of picking another name.

Workaround

One solution would be to use a Link="NewNameHere":

<MauiImage Include="samename.svg" Link="anothername.svg" />

Related to:

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-single-projectSplash Screen, Multi-Targeting, MauiFont, MauiImage, MauiAsset, Resizetizert/enhancement ☀️New feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions