-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images are not showing on Android - MAUI 9.0.0 #25843
Comments
We've found some similar issues:
If any of the above are duplicates, please consider closing this issue out and adding additional context in the original issue.
|
Only tested in Debug config |
same issue after upgrading to .net 9 |
Hi, @LeoJHarris |
Hi @LeoJHarris. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
@LeoJHarris one other thought is that maybe deleting the bin/ and obj/ folders and trying again to see if the issue remains. I wonder if something is cached in the intermediate output that's causing some issues for a project built for net8.0 then upgraded in place and incrementally built for net9.0. Just a thought. |
Description
Images are not showing on Android when updating to latest 9.0.0 MAUI, rolling back the images displaying properly again.
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
9.0.0 GA
Is this a regression from previous behavior?
Yes, this used to work in .NET MAUI
Last version that worked well
8.0.93 SR9.3
Affected platforms
Android
Affected platform versions
Android 35
Did you find any workaround?
Rolling back MAUI
Relevant log output
The text was updated successfully, but these errors were encountered: