Answered by:
[UWP]Possible to build UWP apps with VS2015 + win8.1 OS?

Question
-
Is it possible to install VS2015 on a Win8.1 OS and develop UWP apps? I think it'll look for the UAP platform and so it may not be possible to do this.. can someone please confirm?
thanks!
- Edited by Xavier Xie-MSFT Thursday, July 14, 2016 2:06 AM title tag
Tuesday, July 12, 2016 1:34 PM
Answers
-
Hi Minu7
Requirements
The Universal Windows App Development tools come with emulators that you can use to see how your app looks on different devices. If you want to use these emulators, you need to install this software on a physical machine. The physical machine must run Windows 8.1 (x64) Professional edition or higher, and have a processor that supports Client Hyper-V and Second Level Address Translation (SLAT). The emulators cannot be used when Visual Studio is installed on a virtual machine.
Here is the list of software that you need:
-
Visual Studio 2015. Make sure that the Universal Windows App Development Tools are selected from the optional features list. Without these tools, you won't be able to create your universal apps.
After installing this software, you need to enable your Windows 10 device for development. (You no longer need a developer license for each Windows 10 device.)
Windows 8.1 and Windows 7 support
If you choose to develop Universal Windows apps with Visual Studio 2015 on a platform other than Windows 10, these are the restrictions:
-
Windows 8.1: You can’t run the app locally (only on a remote Windows 10 device). You can use the emulators in Visual Studio, but not the simulator.
-
Windows 7: You can’t run the app locally (only on a remote Windows 10 device). You can’t use the emulators or the simulator in Visual Studio either.
More here
- Proposed as answer by Xavier Xie-MSFT Thursday, July 14, 2016 2:24 AM
- Marked as answer by Xavier Xie-MSFT Thursday, July 21, 2016 8:57 AM
Tuesday, July 12, 2016 8:23 PM -
Thanks! So, its possible to use Win8 and VS2015 and build UWP apps. I don't want to install and test the app on a Win8.1 machine. I only want to build and post them.
I should use MakeAppx.exe to build app packages through command line correct?
Thanks!
You can create app package using VS 2015
Read this description Packaging UWP apps
- Proposed as answer by Xavier Xie-MSFT Thursday, July 14, 2016 2:24 AM
- Marked as answer by Xavier Xie-MSFT Thursday, July 21, 2016 8:56 AM
Wednesday, July 13, 2016 8:15 AM
All replies
-
Hi Minu7
Requirements
The Universal Windows App Development tools come with emulators that you can use to see how your app looks on different devices. If you want to use these emulators, you need to install this software on a physical machine. The physical machine must run Windows 8.1 (x64) Professional edition or higher, and have a processor that supports Client Hyper-V and Second Level Address Translation (SLAT). The emulators cannot be used when Visual Studio is installed on a virtual machine.
Here is the list of software that you need:
-
Visual Studio 2015. Make sure that the Universal Windows App Development Tools are selected from the optional features list. Without these tools, you won't be able to create your universal apps.
After installing this software, you need to enable your Windows 10 device for development. (You no longer need a developer license for each Windows 10 device.)
Windows 8.1 and Windows 7 support
If you choose to develop Universal Windows apps with Visual Studio 2015 on a platform other than Windows 10, these are the restrictions:
-
Windows 8.1: You can’t run the app locally (only on a remote Windows 10 device). You can use the emulators in Visual Studio, but not the simulator.
-
Windows 7: You can’t run the app locally (only on a remote Windows 10 device). You can’t use the emulators or the simulator in Visual Studio either.
More here
- Proposed as answer by Xavier Xie-MSFT Thursday, July 14, 2016 2:24 AM
- Marked as answer by Xavier Xie-MSFT Thursday, July 21, 2016 8:57 AM
Tuesday, July 12, 2016 8:23 PM -
Thanks! So, its possible to use Win8 and VS2015 and build UWP apps. I don't want to install and test the app on a Win8.1 machine. I only want to build and post them.
I should use MakeAppx.exe to build app packages through command line correct?
Thanks!
Wednesday, July 13, 2016 4:34 AM -
Thanks! So, its possible to use Win8 and VS2015 and build UWP apps. I don't want to install and test the app on a Win8.1 machine. I only want to build and post them.
I should use MakeAppx.exe to build app packages through command line correct?
Thanks!
You can create app package using VS 2015
Read this description Packaging UWP apps
- Proposed as answer by Xavier Xie-MSFT Thursday, July 14, 2016 2:24 AM
- Marked as answer by Xavier Xie-MSFT Thursday, July 21, 2016 8:56 AM
Wednesday, July 13, 2016 8:15 AM -
Hi Minu7,
Welcome to the Developing Universal Windows apps forum!
Please read the sticky posts, especially the Guide to posting: subject line tags and Known Issues for Windows 10 SDK and Tools
I have added tag for you this time, and you would need to add tag to title by yourself next time.
I agree with Azat Tazayan's suggestion, you could develop UWP apps by using visual studio 2015 on windows 8.1 or windows 7. But you could not run it on your local machine.
Best Regards,
Xavier Eoro
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Thursday, July 14, 2016 2:29 AM