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
- is replaced by
-
QTCREATORBUG-11264 Update & Simplify Qt Quick Application wizards
-
- Closed
-