I can't figure out how to get a Win8.1 emulator running from Visual Studio 2015.
I am running Win10 Anniversary edition. I am also running Visual Studio Community 2015 with all service packs.
At the top of Visual Studio I see the following:
Yes, I see the [Download new emulators...] choice but it isn't very helpful because it takes you to web page with a vast array of options and they are not very descriptive. When you click that it takes you to: https://developer.microsoft.com/en-us/windows/downloads/sdk-archive
Does anyone know which option I should choose to get the Win 8.1 emulators?
I'm guessing it is this one, but it's an old version from the explanation (and it's 881MB download):
Also, here are the items that supposedly installs. I do not see an emulator mentioned at all...
Any Other Way
Is there any other way I can determine if my UWP will run properly on Win8.1?
Edit
There are numerous problems with deploying an Win 10? Win 8.1 app. Numerous. Is that why the troll down-voted this question without commenting? Very unhelpful, troll.
I had been writing my app in 2013 as (whatever Microsoft is calling that) UWA?
That targets Win8.x exclusively. Then, I read the UWP documents and determined that I am supposed to write as a UWP (UNIVERSAL, Microsoft, I don't think you understand what that word means).
The Visual Studio 2013 Win8.x version doesn't like to build and run properly in Visual Studio 2015.
Like To Make Sure Win8.x Users Can Also Run My App
Yes, Microsoft, there are still people running Win8.x. I have also built the app in Visual Studio 2015 as a UWP but I want my app to run for Win8.x users also. You see, I'm actually attempting to make my app UNIVERSAL.
Visual Studio 2015 Building Win8.1 App
I took the advice of the person who answered this question and began building the Win8.1 version. I have Studio 2013 and 2015 available to me. I can build and run the win8.1 version on win10 so I was attempting to run it on a Win8.1 device -- anything! I attempted to do so and Visual Studio 2015 told me I needed to download an SDK. Okay, Visual Studio, I'll do that.
Then when the install completed and I rebooted, then I attempted to run it on an 8.1 emulator. No. In Microsoft's limited wisdom, they end up running it on a Win10 emulator.
Win 8.1 Emulator? Psych!
When I choose the following -- which clearly shows Win8.1 -- then it runs on a Win10 emulator.
Oh, okay, maybe I made the wrong choice...even though it said Win8.1. Let's choose a specific 8.1 phone emulator, shall we?
When you attempt to build in Visual Studio 2015 with that option then you get the following error:
Yes, that is correct, Microsoft. I do not have Win 8 x64 Professional. That is because you forced me to upgrade to Windows Anniversary Edition to do the Win10 development when I attempted to write this app as a UWP.
Support Two Different Versions of the App
Microsoft is so fragmented that nothing works. I will figure this out and create my workaround and that'll probably mean supporting two different versions of the app. That is fine. But, Microsoft, (and other nameless trolls (MSMVPs maybe?) don't go acting like there is an obvious answer to this question.
Good luck to all those who fall into this trap.
Edit 2 One more thing on something that was mentioned:
It makes sense, that new API is not compatible with older OS, it is done this way everywhere.
That does make sense. I'm also an Android developer and an iOS dev so I've used Android Studio and XCode to develop apps and target various hardware so I would like to comment on that. Actually, it's true. You can use old APIs that may no longer be supported or new APIs that weren't available on previous versions of Android, for example.
The Main Point
However, the point is that Android allows you to :
easily know when this situation occurs
easily test on various hardware emulators so you'll know
has way better, more thorough documentation.
Really, the same is true for XCode. It's obvious Microsoft jumped into this idea without knowing what their target even is. Rush to market.