Howto setup qml android 16kb Pages
-
Hello all,
My configuration: QT 17, NDK 27, SDK 16, Gradle 8.13.
I try to publish my app on Google PLay Console but I don't find the way to setup 16kb Page ?
Could anybody help me please ?
I have been working on that problem for 3 days without any improvement.
Thanks by advance,
Regards,
Philippe from France -
this was already asked many times:
https://forum.qt.io/post/817427
https://forum.qt.io/post/828399
https://forum.qt.io/post/830950 -
@Christian-Ehrlicher Do you plan to provide arm64-v8a with 16K pages enabled in future versions of Qt? Or is it up to the developer to build these from source with 16K enabled?
-
@Christian-Ehrlicher Do you plan to provide arm64-v8a with 16K pages enabled in future versions of Qt? Or is it up to the developer to build these from source with 16K enabled?
@Michel-de-Boer said in Howto setup qml android 16kb Pages:
Do you plan to provide arm64-v8a with 16K pages enabled i
I don't plan anything as I neither use qml nor android nor am I an employee of TQtC. You should ask them directly, e.g. on the qt developer mailing list: https://lists.qt-project.org/listinfo/development
-
Not any good answers at the moment, I can build but have errors when deploy on 16k simulator:
E/AndroidRuntime: FATAL EXCEPTION: qtMainLoopThread
E/AndroidRuntime: Process: myapp, PID: 17722
E/AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/~~B4A7JRzPoDAUFkL5m18Emw==/myapp-TdQiYjEN3sCGcg21EqbwmA==/base.apk!/lib/x86_64/libavformat.so" failed to setup 16KiB App Compat
E/AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1090)
E/AndroidRuntime: at java.lang.Runtime.loadLibrary0(Runtime.java:1012)
E/AndroidRuntime: at java.lang.System.loadLibrary(System.java:1765)
E/AndroidRuntime: at org.qtproject.qt.android.QtLoader.loadLibraryHelper(QtLoader.java:486)
E/AndroidRuntime: at org.qtproject.qt.android.QtLoader.lambda$loadLibraries$1$org-qtproject-qt-android-QtLoader(QtLoader.java:562)
E/AndroidRuntime: at org.qtproject.qt.android.QtLoader$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
E/AndroidRuntime: at org.qtproject.qt.android.QtThread.lambda$run$0(QtThread.java:57)
E/AndroidRuntime: at org.qtproject.qt.android.QtThread$$ExternalSyntheticLambda0.run(D8$$SyntheticClass:0)
E/AndroidRuntime: at org.qtproject.qt.android.QtThread$1.run(QtThread.java:25)
E/AndroidRuntime: at java.lang.Thread.run(Thread.java:1119)