I have created the MAUI project according to the getting started guide: [list] [*]Installation [*]Build your first app [/list] It is a default project without any changes. Now, I am trying to build my project and I get the next errors: [list] [*]Specified AndroidManifest file does not exist: C:\***\source\repos\MauiApp\MauiApp\AndroidManifest.xml. [*]Assets file 'C:\***\source\repos\MauiApp\MauiApp\obj\project.assets.json' not found. Run a NuGet package restore to generate this file. [/list] I have tried to restore NuGet but it doesn't help. What did I miss? or any suggestion for fixing?
[b]EDIT:[/b] [list] [*]Windows 10 Pro,19043.1237 [*]Visual Studio Community 2022 Preview, 17.0.0 Preview 5.0 [/list]