다음을 통해 공유


Visual Studio 2015: Installing SDK for Windows Universal App Development

Prerequisites

If you want to develop a windows universal application then you need the following three things:

  • Windows 10 installed
  • Visual Studio Community/Pro/Enterprise 2015
  • Universal App SDK

Some people are facing an issue with the third point, this includes me and many of my friends. Now I have found a way to solve it and want to share with you guys.

SDK

A General way to install SDK is that when you create a universal app project it asks you to install the SDK and gives you the download option there. When you click it the installation starts but some people are facing an issue that after the installation they still see the same download option in VS 2015 and can't create the universal project.

So here is what you need to do:

Open Program and Features in your control panel and search for "Windows Software Development Kit". If it is installed, then uninstall it.

http://1.bp.blogspot.com/-k4729PUdzBI/VjOrHqkoftI/AAAAAAAAALU/-x0IQi8SNQ4/s640/Uninstall.JPG

After uninstalling it, select "Microsoft Visual Studio Enterprise 2015" and click on "Change"

http://4.bp.blogspot.com/-bd6fjjPcEBs/VjOs4wi79CI/AAAAAAAAALg/ygbOfk-a8Ao/s640/Capture.JPG

A new dialog of Visual Studio will open giving you three options. Select "Modify"

 http://1.bp.blogspot.com/-RLmvchArwzM/VjOt9SNplSI/AAAAAAAAALo/giC7-l-CqwY/s400/Capture2.JPG

Next screen will give you option to select multiple features to be installed. Select "Universal Windows App Development Tools" it will automatically select all the sub-menus in it. It will require 4GB of space approx.

 http://4.bp.blogspot.com/-d8iTpypLXBU/VjOxyJVNiCI/AAAAAAAAAL0/7ny5eD-_DrI/s400/Capture3.JPG

Then click on "UPDATE".

The next step will require some time, for me it was around 3 hours! It may seem that the setup has been stuck but it will make a jump move after some time so don't panic, just wait!

After the update; it will notify you. Then restart your PC

Steps

Now open Visual Studio, Click on new project, select Universal in Windows and there you go, now you can create Universal Apps.

SDK has been installed and integrated in VS 2015.

http://4.bp.blogspot.com/-PBddhaVyalA/VjOztJ7K5JI/AAAAAAAAAMA/nzEnWQB5Y-g/s640/Capture4.JPG

Enjoy your development now :-)