Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Update Qt 6.6.1 to 6.7.2
Forum Updated to NodeBB v4.3 + New Features

Update Qt 6.6.1 to 6.7.2

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
5 Posts 3 Posters 757 Views
  • 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.
  • M Offline
    M Offline
    maris
    wrote on last edited by
    #1

    I downloaded the new version of Qt 6.7.2
    I try build and run my application on both

    6.6.1 build and run is OK
    6.7.2 build is OK , run is FAIL

    E AndroidRuntime: FATAL EXCEPTION: qtMainLoopThread
    E AndroidRuntime: Process: org.qtproject.example, PID: 11688
    E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZTVNSt6__ndk13pmr25monotonic_buffer_resourceE" referenced by "/data/app/org.qtproject.example-1/lib/arm64/libQt6Core_arm64-v8a.so"...
    E AndroidRuntime: 	at java.lang.Runtime.load0(Runtime.java:914)
    E AndroidRuntime: 	at java.lang.System.load(System.java:1508)
    E AndroidRuntime: 	at org.qtproject.qt.android.QtLoader.loadLibraryHelper(QtLoader.java:476)
    E AndroidRuntime: 	at org.qtproject.qt.android.QtLoader.lambda$loadLibraries$1$org-qtproject-qt-android-QtLoader(QtLoader.java:549)
    E AndroidRuntime: 	at org.qtproject.qt.android.QtLoader$$ExternalSyntheticLambda1.run(D8$$SyntheticClass)
    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)
    E AndroidRuntime: 	at org.qtproject.qt.android.QtThread$1.run(QtThread.java:25)
    E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:776)
    I Process : Sending signal. PID: 11688 SIG: 9
    

    A compare CMakeCache.txt in both version and are very identical (diff in Qt directory path 6.6.1 vs 6.7.2 )
    For default project (QWidget) 6.7.2 and 6.6.1 works OK
    Only my applicatiom has problem :(

    Can I find out more about this error? (adb shell , other methods ? )

    F 1 Reply Last reply
    0
    • M maris

      I downloaded the new version of Qt 6.7.2
      I try build and run my application on both

      6.6.1 build and run is OK
      6.7.2 build is OK , run is FAIL

      E AndroidRuntime: FATAL EXCEPTION: qtMainLoopThread
      E AndroidRuntime: Process: org.qtproject.example, PID: 11688
      E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZTVNSt6__ndk13pmr25monotonic_buffer_resourceE" referenced by "/data/app/org.qtproject.example-1/lib/arm64/libQt6Core_arm64-v8a.so"...
      E AndroidRuntime: 	at java.lang.Runtime.load0(Runtime.java:914)
      E AndroidRuntime: 	at java.lang.System.load(System.java:1508)
      E AndroidRuntime: 	at org.qtproject.qt.android.QtLoader.loadLibraryHelper(QtLoader.java:476)
      E AndroidRuntime: 	at org.qtproject.qt.android.QtLoader.lambda$loadLibraries$1$org-qtproject-qt-android-QtLoader(QtLoader.java:549)
      E AndroidRuntime: 	at org.qtproject.qt.android.QtLoader$$ExternalSyntheticLambda1.run(D8$$SyntheticClass)
      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)
      E AndroidRuntime: 	at org.qtproject.qt.android.QtThread$1.run(QtThread.java:25)
      E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:776)
      I Process : Sending signal. PID: 11688 SIG: 9
      

      A compare CMakeCache.txt in both version and are very identical (diff in Qt directory path 6.6.1 vs 6.7.2 )
      For default project (QWidget) 6.7.2 and 6.6.1 works OK
      Only my applicatiom has problem :(

      Can I find out more about this error? (adb shell , other methods ? )

      F Offline
      F Offline
      florence023
      wrote on last edited by
      #2

      @maris said in Update Qt 6.6.1 to 6.7.2:

      I downloaded the new version of Qt 6.7.2
      I try build and run my application on both

      6.6.1 build and run is OK
      6.7.2 build is OK , run is FAIL

      E AndroidRuntime: FATAL EXCEPTION: qtMainLoopThread
      E AndroidRuntime: Process: org.qtproject.example, PID: 11688
      E AndroidRuntime: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZTVNSt6__ndk13pmr25monotonic_buffer_resourceE" referenced by "/data/app/org.qtproject.example-1/lib/arm64/libQt6Core_arm64-v8a.so"...
      E AndroidRuntime: 	at java.lang.Runtime.load0(Runtime.java:914)
      E AndroidRuntime: 	at java.lang.System.load(System.java:1508)
      E AndroidRuntime: 	at org.qtproject.qt.android.QtLoader.loadLibraryHelper(QtLoader.java:476)
      E AndroidRuntime: 	at org.qtproject.qt.android.QtLoader.lambda$loadLibraries$1$org-qtproject-qt-android-QtLoader(QtLoader.java:549)
      E AndroidRuntime: 	at org.qtproject.qt.android.QtLoader$$ExternalSyntheticLambda1.run(D8$$SyntheticClass)
      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)
      E AndroidRuntime: 	at org.qtproject.qt.android.QtThread$1.run(QtThread.java:25)
      E AndroidRuntime: 	at java.lang.Thread.run(Thread.java:776)
      I Process : Sending signal. PID: 11688 SIG: 9
      

      A compare CMakeCache.txt in both version and are very identical (diff in Qt directory path 6.6.1 vs 6.7.2 )
      For default project (QWidget) 6.7.2 and 6.6.1 works OK
      Only my applicatiom has problem :(

      Can I find out more about this error? (adb shell , other methods ? )

      Hello,

      Can you please tell me is your query solved or not because i am also facing this issue. If you got any solution please share it.

      Best regards,
      florence023

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maris
        wrote on last edited by
        #3

        No solution to the problem.
        I am using the old version 6.6.1

        F 1 Reply Last reply
        0
        • M maris

          No solution to the problem.
          I am using the old version 6.6.1

          F Offline
          F Offline
          florence023
          wrote on last edited by
          #4

          @marisHealthCareGov said in Update Qt 6.6.1 to 6.7.2:

          No solution to the problem.
          I am using the old version 6.6.1

          Okay, Thanks for the reply.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Soro
            wrote on last edited by
            #5

            Try changing ndk version. NDK 26 works for me. And don't forget to rebuild your Qt project after that.

            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