[Interest] QQmlApplicationEngine::load fails on some Android device(s)

Jason H jhihn at gmx.com
Fri Jan 31 17:48:49 CET 2020


That happens when QML can't create the entire object hierarchy.
This can happen when you have a syntax error, or there is some failure to load a component.

I would suggest looking at if you are referencing some hardware component on the device that doesn't exist or is otherwise broken.

> Sent: Thursday, January 30, 2020 at 7:22 AM
> From: "Alexander Dyagilev" <alervdvcw at gmail.com>
> To: interest at qt-project.org
> Subject: [Interest] QQmlApplicationEngine::load fails on some Android device(s)
>
> Hello,
>
> We've got 1 user review on Google Play that app fails to start. Error
> description means, that QQmlApplicationEngine::rootObjects() is empty
> somehow, after calling the QQmlApplicationEngine::load method.
>
> What are the possible reasons?
>
> We can't reproduce this and currently this is the only such a review
> (but it got 3 "likes"). User's Android version is 5.1.
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> https://lists.qt-project.org/listinfo/interest
>


More information about the Interest mailing list