7

I can't install the windows phone 8.1 emulator on my VS2015 in Windows 10. VS tells me that I need Windows 8.1 with Hyper-V.

Is it possible to install Windows Phone 8.1 Emulator in Visual Studio 2015 in Windows 10?

Kara
  • 6,115
  • 16
  • 50
  • 57
Jablondyn
  • 135
  • 2
  • 12

1 Answers1

4

Yes.

Turn on virtualization on your bios settings, so you can enable Hyper-V.

Check this tutorial.

https://msdn.microsoft.com/en-us/library/windows/apps/jj863509(v=vs.105).aspx

I had no problem installing it on the same setup as you.

undefined
  • 660
  • 7
  • 18
  • 1
    Hyper-V is not BIOS option, it's system component. In BIOS you can only enable virtualization (required by Hyper-V) – Glapa Aug 27 '15 at 13:34