dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.99k stars 1.72k forks source link

[net9.0] MAUI new project doesn't have deploy checked for android configuration on Windows #24452

Open PureWeen opened 2 weeks ago

PureWeen commented 2 weeks ago

Description

Make sure to leave this unchecked

image

If you check the configuration manager DEPLOY isn't checked

image

If I check it then it t now works

I tested this on NET8 and it works fine with NET8

github-actions[bot] commented 2 weeks ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

MitchBomcanhao commented 2 weeks ago

this sort of issue happens to me randomly, on the same solution [using .net8]. it'll stop deploying a given configuration, stating it isn't set up for deployment. and you go there, check it, and it works. but then you see that it added a new configuration line to your solution. now, considering I hadn't deleted anything, how was it working before? where did the line go if nobody removed it? why does it seem to happen relatively regularly?