Qt6 Android - SQLite Driver Not Found
Unsolved
Mobile and Embedded
-
Hi,
I'm using Qt Creator 14.0.2 and trying to build an Android app with the Android Qt 6.8.0 Clang arm64-v8a Kit, and I need some help with SQLite3 support...The SQLite plugin fails to load, but it exists:
ls /opt/Qt/6.8.0/android_x86/plugins/sqldrivers/
Output:
libplugins_sqldrivers_qsqlite_x86.soany Ideas?
-
Hi and welcome to devnet,
From the looks of it, you try to load an x86 plugin with an arm64 version of Qt. That's not possible.
2/2