I have created a new Windows Phone 8.1 emulator using XDE cli (see msdn)
"C:\Program Files (x86)\Microsoft XDE\8.1\XDE.exe" /vhd "C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.1\Emulation\Images\Flash.vhd" /video "720x1280" /memsize 1024 /language 409 /creatediffdisk "%TEMP%\dd.720x1280.1024.vhd" /fastShutdown
Is there a way to deploy appx packages to this emulator using AppDeployCmd.exe or other tool? The created emulator does not show in the list of available devices in AppDeployCmd, only standard emulators are listed in the tool, same for Windows 10 Mobile. Should the emulator be somehow registered in AppDeployCmd?