I tried today to change the appicon of my maui app and had a little trouble with it. Before, my app worked fine and I had no start problems. I debug on a physical Android device. After thousands of rebuilds I decided to delete the app and reinstall it with a new debug run.
After this reinstall notging worked like before. When I debug the app, the process stops at InitializeComponents from a ContentPage. I have a Shell and the InitializeComponent works there and at my App.xaml. The ContentPage where it gets stuck is the first Flyoutpage.
What I allready tired:
- copied the hole project to a new one but the same error
- I deleted the datastorage and the cache of the app
- I restarted my phone
Then I used four other devices and startet the debug. The InitializeComponent methode only works on one out of four.
Does anyone have a solution for me to get the app again working on my other device?