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?

Developer technologies | .NET | .NET MAUI
{count} vote

2 answers

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.

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.