Icon not showing on Windows but on Android (Emulator)
Opened this issue · 2 comments
I have create a new MAUI-Application and install your library with NuGet. After install i have tested my app on Windows Machine (Debug Mode), no icons showing.
I have switch to Android Emulator (nothing changes in my code) and the icons comes.
Any idea?
Maybe, my fault, is my "first" app. But i have follow you instructions and have ONLY switch between "Start on Windows" (no icons) and "Start on Android" (icons comes).
Best regards
Andy
This issue is not related MauiIcons but the Maui Itself, you can check this issue for further Explanation #79
Please make sure to set the Windows App Package Type to MSIX from None
I have found a solution, but is not realy a solution, but yes, is my fault...
My project is on a very fast NAS drive. If i set the option "Create MSIX" then comes a error. I can't set the option MSIX if the project is on a shared drive.
I have move the project to local drive D, nothing helps with activated MSIX.
I have create a NEW project on Dekstop, the app can start with MSIX and the icons comes.