Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. "release/AppxManifest.xml" does not exist on Windows Phone 8.1 Emulator
Forum Updated to NodeBB v4.3 + New Features

"release/AppxManifest.xml" does not exist on Windows Phone 8.1 Emulator

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 3.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jiangcaiyang
    wrote on last edited by
    #1

    Hello, I tried Qt 5.3.1 for Windows RT and Windows Phone.
    First I installed Visual Studio 14, it contains compiler needed by Qt,
    then I installed Qt SDK, all it went well.
    When I opened Qt Creator3.1.2 bundled by Qt SDK and run examples bundled by Qt, something went wrong:
    qt.winrttunner: "(abbr.)/release/AppxManifest" does not exist.
    qt.winrttunner: "(abbr.)/release/AppxManifest" does not exist.
    The application on emulator opened and got blank, I couldn't get anything shown.
    How to generate "AppxManifest.xml" and let the application work on emulator? Thanks in advance.

    1 Reply Last reply
    0
    • J Offline
      J Offline
      jseeQt
      wrote on last edited by
      #2

      It is recommended to use Visual Studio for WinRT-development.
      There you will see want is going wrong (debug output). The WinRT-plugin of QtCreator is in a beta stage and has not the functionality e.g of the Android-plugin.

      In Command-line, type <path-to-winrt-qt>\bin\qmake.exe -tp vc CONFIG+=windeployqt <yourproject>.pro
      This should work 100%!

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved