Details
-
Bug
-
Resolution: Done
-
P0: Blocker
-
5.2.0 Beta1
-
None
-
-
9327c9aa7925cb2175b5481f39e48ef487da32cf, 3dcf8500f4760ba002327a598230811e2fb5d4f4 [qttools]
Description
On Android versions prior to 4.3: When running any widget app against the binary 5.2.0 beta1 packages, or against a current build that includes the svg module, the app aborts with the message "libQt5Widgets.so not found"
The problem is that we try to load libQt5Svg library before libQt5Widgets: libs.xml lists the libraries in the wrong order. Changing the order and running ant debug/ant installd from the command line will install a working package.
The same app (even the same APK) works fine against Android 4.3, indicating that Google may have switched to lazy link resolution
UPDATE: The problems seems unrelated to Qt5Svg-android-dependencies.xml
UPDATE: There seems to be a bug in the readDependencies logic in androiddeployqt
Attachments
Issue Links
- is required for
-
QTBUG-33305 Issues to be fixed before Qt5.2 Beta1 release
- Closed