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

前端 未结 2 1667
灰色年华
灰色年华 2021-01-26 20:49

Release mode appxbundle file created with Visual Studio 2015 Update 3 won\'t install on windows phone. This was working in Update 2. Installed field medic on phone and eventua

相关标签:
2条回答
  • 2021-01-26 21:36

    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.

    0 讨论(0)
  • 2021-01-26 21:37

    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.

    0 讨论(0)
提交回复
热议问题