Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.13.1
-
None
-
Qt 5.13.1, Android pie x86_64 emulator
Description
I try to run a sample app on the x86_64 android pie emulator with official Qt 5.13.1 binary that installed by online installer but it was stucked in app starting.
The emulator's disk image was downloaded from android official repository using android studio.
The logs are only printed as following.
I project.exampl: Not late-enabling -Xcheck:jni (already on) W project.exampl: Unexpected CPU variant for X86 using defaults: x86_64 W System : ClassLoader referenced unknown path: D OpenGLRenderer: Skia GL Pipeline I QtCore : Start W linker : Warning: "/data/app/org.qtproject.example-TeX3J7kDPtF-aQkmDNIUlQ==/lib/x86_64/libQt5Gui.so" has unsupported flags DT_FLAGS_1=0x80 (ignoring unsupported flags) |
I have attached the sample app and screenshot for that as well.