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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -