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

Asked

Viewed 615 times

3

When trying to create a project Cross Platform App with the template Master Detail I get this mistake:

inserir a descrição da imagem aqui

The SDK he claims to be absent is installed. I’ve reinstalled it several times.

When I try to create a project Cross Platform App with the template Black App (Xaml) i get this mistake:

inserir a descrição da imagem aqui

I believe the two problems are the same, just displayed in a different way due to the template. Does anyone have any idea?

I’m almost giving up on Xamarin.Forms. It is giving absurdly many problems, even in the native Xamarin, the reference sticks make you waste an absurd time!

  • Will develop to UWP (win10)? If you do not wish you can disable it. It is necessary Windows 10 updated to develop UWP. I had a similar problem, however, to develop specifically for win10´ tive que desinstalar e instalar novamente o SDK`.

  • Yes, I am developing a cross-platform app. It needs to run in windows 10 mobile. I have updated my windows and still nothing. : I think I’ll report to microsoft

  • Microsoft’s help link is full of people with the same problem and no answer. Aff

1 answer

1

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

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

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

Windows Software Development Kit - Windows 10.0.10586.212


Step 2: Check Developer Mode (Settings > For Developers):

To enable or know if developer mode is enabled, just click the Windows Menu, then click Settings and go to the tab For Developers. The third option (Developer Mode) must be selected.


Step 3: Install UWP Development Tools (Visual Studio > Change > Modify > Windows and Web Development > Universal Windows App Development Kit):

If you don’t find UWP development kits installed, just look for Visual Studio at Programs and Resources and click on the option Alter. Then just select the option Universal Windows App Development Tools in Windows and Web Development and install the Features.

Universal Windows App - Ferramentas de Desenvolvimento


I hope I’ve helped.

  • Those steps all you posted I made friend, except the developer mode part. I really don’t remember if I activated or if after update I deactivated. I will test as soon as I get home and already put here, thank you.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.