Run Windows Phone Emulator on 32-bit version of Windows -


i have 32-bit version of windows 10. have installed visual studio 2013 ultimate, unable find emulator windows phone.

how can test application?

the windows phone sdk uses hyper-v, requires 64-bit platform host.

see below excerpt. note requirements listed under operating system.

system requirements emulator windows phone 8

your computer must meet following requirements:

bios

in bios, following features must supported:

  • hardware-assisted virtualization.
  • second level address translation (slat).
  • hardware-based data execution prevention (dep).

ram

  • 4 gb or more.

operating system

  • windows 8
  • 64-bit
  • pro edition or higher

source: msdn

notice regarding universal apps (uwp)

universal apps targeting windows 10 can created , tested on 32-bit (x86) platform, unable build , test applications 64-bit (x64) , arm platforms.

source: msdn


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -