F
F
falsebyte2018-03-04 20:17:54
Android
falsebyte, 2018-03-04 20:17:54

How to remove gray screen when launching QT Quick QML App on Android device?

I launch the example application Qt Quick Controls 2 - Gallery on an android device, I
see such a gray window before launching the application:
5a9c28549daff352972561.png
I tried to add QSplashScreen before launching the app and also separately register it in AndroidManifest.xml

<!-- Splash screen -->
<!-- meta-data android:name="android.app.splash_screen_drawable"android:resource="@drawable/logo"/-->
<!-- meta-data android:name="android.app.splash_screen_sticky" android:value="true"/-->
<!-- Splash screen -->

Splash appears after the gray window and before launching the application itself.
Can anyone tell me how to remove this or should I ask a question on https://forum.qt.io ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
falsebyte, 2018-03-05
@falsebyte

On forum.qt.io they suggested that the solution to this issue is described here:
link

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question