Connecting the Windows Phone 8 emulator (on VirtualBox) to Visual Studio (on the host machine)

I have Visual Studio 2013 (runs on the host machine - Windows 8.1 Single Language).

I managed to turn on the hardware virtualization features and run the Windows Phone 8 emulator in a virtual machine (via Oracle VirtualBox).

I do not have Windows 8.1 Pro (and it costs money to upgrade), so I can not use Hyper-V.

So, I have code running on my Visual Studio and an emulator running on a virtual machine in Oracle VirtualBox. Now, I want these two to be connected so that the application can be seen on my emulator. But I can’t find a way to do this. Can I do something (maybe connect two on the same network and use the emulator as a device or something like that) to make this happen?

thank

+4
source share
1 answer

You can try using the application deployment tool.

Usually you can find here:

D:\Program Files\Microsoft SDKs\Windows Phone\v7.0\Tools\XAP Deployment\XapDeploy.exe

XAP , , . () XAP "".

, !

0

All Articles