dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.82k stars 1.66k forks source link

Splash screen and Material Icons not showing correctly on Android Release build, real device. #22999

Open sachinkanadia opened 2 weeks ago

sachinkanadia commented 2 weeks ago

Description

The Android release build of my App does not show the splash screen and material icons correctly.

Here is my release bulld config: Screenshot 2024-06-12 at 14 01 53 Screenshot 2024-06-12 at 14 03 22

Here are screen shots of the issues on the release build: Screenshot_20240612-140000 Screenshot_20240612-140010 As you can see in the above screen shot the Material Icons show as Chinese.

Here are screen shots of my debug build which works fine: Screenshot_1718197914 Screenshot_1718197928

I have no idea whats causing these issues. Please help and thanks in advance.

Steps to Reproduce

No response

Link to public reproduction project repository

No response

Version with bug

8.0.3 GA

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

Unknown/Other

Affected platforms

Android

Affected platform versions

Android SDK Version 30 upwards.

Did you find any workaround?

No response

Relevant log output

No response

github-actions[bot] commented 2 weeks ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

kevinxufei commented 2 weeks ago

Hi, @sachinkanadia. We are unable to reproduce your issue. Can you upload a sample project for us to verify? Thanks!

sachinkanadia-se commented 2 weeks ago

Hi @kevinxufei ,

I'm not sure how to replicate this issue to another project as I don't know what's causing the problem.

I was hoping if anyone would have ideas of what to check given the behaviour I've described.

Thanks