AppxManifest file not being generated correctly

前端 未结 1 1905
囚心锁ツ
囚心锁ツ 2020-12-19 20:06

I\'ve been using the Visual Studio 2015 tools to create an Apache Cordova project. However, on attempting to upload my app package to the Windows Dev Center, I get this erro

相关标签:
1条回答
  • 2020-12-19 20:58

    As a workaround you can use native project to create appx package.

    Steps to create appx package using windows native project:

    1. Native project is located under bld\Debug\platforms\windows and it is created as a part of build process.
    2. Open CordovaApp.sln
    3. Open Create App Package wizard and follow the wizard to create appx package

    enter image description here

    1. Grab the package from output location displayed on Package Creation Completed page. enter image description here
    0 讨论(0)
提交回复
热议问题