Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
QtTAS 4.0
-
None
Description
When QtBuild section in build.gradle defines qtPath to self build Qt build and qtKitDir defines the single ABI kit - the qtquickview Kotlin example application does not load QML and instead gives error: "QtLoader com.example.qtquickview_kotlin E The native libraries directory is null or empty"
For example the x86_64 target architecture works just fine.
The outcome is that the QML part of the application does not work at all.
This happens only when the application is build and installed from Android Studio. If the APK is build from Android Studio but installed from terminal by adb install -r it works okay