Reputation: 2903
I have a 32 bit Windows 8.1 on my Asus transformer book. I cannot test my Windows Phone Apps with the emulator because it is not supported. I would like to know how can I test the apps that I create if I don't own a Windows Phone device to connect to my tablet.
Thank you for your time, it is really appreciated !
Happy new year to everyone
Upvotes: 0
Views: 106
Reputation: 2903
Well, it seems that debugging on the emulator with a 32 bit OS could only work when working with the Windows Phone 7. As of now, owning a 32 bit OS with Windows 8.1 means that we can only debug with an actual device.
The 32 bit does not support Hyper-V which is needed to use emulators in the OS. Knowing this, I have the following options :
To use the second option, there are some requirements to know about before going too deep into it such as having a 64-bit processor. If you don't have that to begin with, it will not work.
More on virtualizing 64-bit images on 32-bit machines here https://askubuntu.com/questions/180761/can-i-use-virtualbox-with-a-64-bit-image-in-a-32-bit-host
Upvotes: 1