Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.14.0 RC2
-
None
-
-
1dca7087e9a8ae6bdeb46be4f57948549c1f7362 (qt/qtbase/5.14)
Description
I compiled my Android app with Qt 5.14.0 RC2, and copied .apk file to my Samsung S10 phone SD-card, and installed package from there. When compiled package is debug-version, it installs fine and program works fine. But when release version package is used, app is installed fine, but when launching app I get "Your application encountered a fatal error and cannot continue" error. And yes, while swapping between different versions, previous app is always uninstalled first.
If I do same things with Qt 5.12.5, both release and debug versions of .apk works fine. Is there still some problems in library packaging like in QTBUG-80468 or QTBUG-80544?
I also created .aab package for Google Play, and if app is installed from Google Play store (from closed alpha) it gives same error.