Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-96732

library "libQt6Core5Compat_armeabi-v7a.so" not found

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.2.0 RC
    • None
    • Android

    Description

      I don't know which component to choose. There is no qt5 compat component in the list.

      So, the bug: I have Android app. It consists of main binary and few shared libraries, which it loads at startup. It loads all libraries successfully, but fails to load one of them.

      Error string: Cannot load library libdownloadswww_armeabi-v7a.so: (dlopen failed: library "libQt6Core5Compat_armeabi-v7a.so" not found)

      This library has this dependency (qmake): QT += core5compat.

      So, it seems any shared library depending on core5compat module can't be loaded under Android (arm7 platform at least).

      Will this be fixed in Qt 6.2 final? Is there any workaround for now?

      Addition #1. Ok, I've added this QT += core5compat to the main binary and now it is loaded successfully.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtandroidteam Qt Android Team
            alervd Alexander Dyagilev
            Votes:
            2 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes