Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Howto setup qml android 16kb Pages
Forum Updated to NodeBB v4.3 + New Features

Howto setup qml android 16kb Pages

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
5 Posts 3 Posters 118 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    philmaubois
    wrote last edited by
    #1

    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

    1 Reply Last reply
    0
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote last edited by
      #2

      this was already asked many times:
      https://forum.qt.io/post/817427
      https://forum.qt.io/post/828399
      https://forum.qt.io/post/830950

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      1 Reply Last reply
      0
      • M Offline
        M Offline
        Michel de Boer
        wrote last edited by
        #3

        @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 EhrlicherC 1 Reply Last reply
        0
        • M Michel de Boer

          @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 EhrlicherC Offline
          Christian EhrlicherC Offline
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote last edited by
          #4

          @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

          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
          Visit the Qt Academy at https://academy.qt.io/catalog

          1 Reply Last reply
          0
          • P Offline
            P Offline
            philmaubois
            wrote last edited by
            #5

            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)

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved