Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.4.0
-
Fix Version/s: 5.3.1
-
Component/s: QPA
-
Labels:None
-
Environment:Android 4.4.3, Nexus 5
qtbase#dev: bf2ec0183cb62034f2a4e700b7ab741371fcb106
qtdeclarative#dev: c6921eca61d1f393f6cd08484da29da7d67d9695
-
Platform/s:
Description
With the latest Qt5-dev, creating a child window is enough to make an app crash on Android:
import QtQuick 2.2 import QtQuick.Window 2.2 Window { width: 360 height: 360 visible: true Window { } // <== }