MAUI .Net8 Android stuck at SplashScreen

Cyrille 10 Reputation points
2024-03-29T14:39:18.4933333+00:00

Hello,

I'm working with MAUI to develop a mobile application for Android/iOS. Since migrating to .NET 8 on Android, the application launches without crashing but remains stuck on the splash screen. On iOS, there are no issues. I've tested in both debug and release modes, but it doesn't make a difference. I created a new project, and everything works correctly. The application doesn't crash; in debug mode, I observe that the code reaches my first view model, everything seems correct, but the screen stays frozen on the splash screen.

How can I identify the source of the problem in my project?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,871 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Cyrille 10 Reputation points
    2024-04-04T12:31:23.72+00:00

    Hello, I just solved my problem by upgrading one of my packages ->.
    I upgraded from version 7.0.1 to 8.0.0 of CommunityToolkit.Maui, along with its dependencies.

    1 person found this answer helpful.