deployment - Deploying Universal DirectX app to Windows Phone 8.1 device -


i have been playing around directx on windows phone 8.1 through universal app template , in process i've noticed no matter of solutions opening, whether universal directx template within visual studio or code samples msdn; whenever set default project in solution windows phone 8.1 project, dont option deploy device(s), instead 6 emulators appear.

if set default project in solution windows 8.1 version given option run on both device , emulators , if create windows phone 8.1 directx (silverlight) app gives me option deploy both device , emulators. problem deploying directx (universal) app windows phone 8.1 device

to go step further, have tried generating appx , manually deploying directx (universal) app various devices, though deployment tool comes 8.1 sdk says successful, doesn't appear on devices app lists.


so want know, possible deploy directx (universal) app windows phone device? , if possible, how set solution allow deploying windows phone devices?

thank you.

try this:

  1. create new universal d3d app
  2. right click windows phone project , select 'set startup project'
  3. set solution platform 'arm'

the 'device' option should available.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -