1
BiopanelSys created
5 Answer(s)
-
0
Hi,
Could you check this document https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-7.0&tabs=vswin to see if you have anything missing for running the MAUI app ? This can be caused by a missing workload installation or old version of Visual Studio.
Thanks,
-
0
Thank you very much @edarib!
For anyone who wonders what to do:
- Right-click project
YourProjectName.Mobile.MAUI
. - Click on
Properties
. - There under
Application -> Android Targets
click the checkboxTarget the Android platform
.
You may need to clean your solution and rebuild it. If cleaning fails just restart Visual Studio and try again.
I hope this helps!
- Right-click project
Have an answer to this question?
Log in
and write your answer.