I’ve installed Visual Studio 2022 and created a new MAUI project.
For windows, it works fine, but if I start it on my Android 14 mobile, I get this exception:
The problem occurs, while executing the App
class inside the constructor on the line:
InitializeComponent();
I did not change anything, it’s a fresh project.