Open fasfurtado opened 5 months 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!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Problem encountered on https://dotnet.microsoft.com/pt-br/learn/maui/first-app-tutorial/create Operating System: windows
Provide details about the problem you're experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.
Encontrei o erro NU1012 para as plataformas de destino: Severity Code Description Project File Line Suppression State Details Error NU1012 Platform version is not present for one or more target frameworks, even though they have specified a platform: net8.0-android, net8.0-ios, net8.0-maccatalyst MyFirstNetmauiApp F:\MULTILASER\Programas\MyFirstNetmauiApp\MyFirstNetmauiApp\MyFirstNetmauiApp.csproj 1
O NET8.0 SDK está devidamente instalado: F:\MULTILASER\Programas\MyFirstNetmauiApp>dotnet --list-sdks 7.0.409 [C:\Program Files (x86)\dotnet\sdk] 8.0.205 [C:\Program Files (x86)\dotnet\sdk] e, os workloads estão instalados: F:\MULTILASER\Programas\MyFirstNetmauiApp\MyFirstNetmauiApp>dotnet workload list
Installed Workload Id Manifest Version Installation Source
macos 14.2.8053/8.0.100 SDK 8.0.200, VS 17.9.34902.65 maui-windows 8.0.21/8.0.100 SDK 8.0.200, VS 17.9.34902.65
Use
dotnet workload search
to find additional workloads to install.F:\MULTILASER\Programas\MyFirstNetmauiApp\MyFirstNetmauiApp>dotnet workload search
Workload ID Description
macos .NET SDK Workload for building macOS applications. maui-tizen .NET MAUI SDK for Tizen maui-windows .NET MAUI SDK for Windows
Não consigo instalar workload para android, especificamente: F:\MULTILASER\Programas\MyFirstNetmauiApp\MyFirstNetmauiApp>dotnet workload install android Workload ID android isn't supported on this platform.
A opção para debug em aparelho local (android) não está aparecendo na caixa de seleção apropriada.
Alguma sugestão para resolver esses problemas?