UWP App Package created with Visual Studio 2015 Update 3 won't install on phone

烂漫一生 提交于 2019-12-02 05:57:59

If you open the App Package's root folder, you will find a dependency folder like below:

And inside this folder you can find Microsoft.NET.Native.Runtime.1.4.appx files under different architecture folders, which is needed for installing the app:

You can copy the ARM\Microsoft.NET.Native.Runtime.1.4.appx file to your phone and install it manually. It should resolve the problem. Let me know if it doesn't work.

DEP0001 : Unexpected Error: -2147009293

I got this error when I was trying a new app on the Windows phone while there was another old development app from a previous project on the same phone and both apps did had the "Entry point" set to the default "FPCL.WIndows.App". Removing the other, old App from the phone or changing the Entry point to something unique may solve this problem.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!