Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-9797

Use qrc instead of assets when making Qt Quick 2 Application on Android

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • Qt Creator 2.7.2
    • None

    Description

      The "Qt Quick 2 Application" wizard will currently use assets as the way to bundle files on Android. This is not the recommended "best practices" since querying and loading assets is known to be quite slow.

      One user reports reducing his app's start-up time from 12 seconds to 3 seconds when moving all the files into a qrc file instead.

      Using qrc has the added benefit of being a cross-platform solution, so that we won't need all the platform-specific code in the template.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              dt Daniel Teske
              esabraha Eskil Abrahamsen Blomfeldt
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes