Error creating Xamarin cross plataform project in Visual Studio. "The project requires a Platform SDK (UAP, version = 10.0.10.586.0)"

2

When you try to create a Cross PlatForm App project with the Master Detail I get this error:

TheSDKthatitclaimsismissingisinstalled.I'vereinstalleditseveraltimes.

WhenItrytocreateaCrossPlatformAppwiththeBlackApp(Xaml)templateIgetthiserror:

I believe the two problems are the same, only displayed differently due to the template. Does anyone have any ideas?

I'm almost giving up using Xamarin.Forms. It's giving a lot of trouble absurdly, even in the native Xamarin, the reference sticks make you waste an absurd time!

    
asked by anonymous 04.12.2016 / 13:43

1 answer

0

I know that seems obvious, but there are some steps that are required to develop for UWP:

  • Windows 10 should be up-to-date (preferably for the Birthday version);
  • Windows 10 Development Kits must be installed;
  • Developer mode must be enabled.

Step 1 : Check Development Kits (Programs and Features):

Step2:CheckDeveloperMode(Settings>ForDevelopers):

Toenableorknowifdevelopermodeisenabled,simplyclicktheWindowsMenu,thenclickSettingsandgototheForDeveloperstab.Thethirdoption(DeveloperMode)shouldbeselected.

Step3:InstalltheUWPDevelopmentTools(VisualStudio>Change>Modify>WindowsandWebDevelopment>UniversalWindowsAppDevelopmentKit):

IfyoudonotfinddevelopmentkitsforUWPinstalled,justlookforVisualStudioinProgramsandFeaturesandclicktheChangeoption.ThenjustselecttheUniversalWindowsAppDevelopmentToolsoptioninWindowsandWebDevelopmentandinstallthefeatures.

I hope I have helped.

    
20.12.2016 / 18:53