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

androiddeployqt does not resolve dependencies of ANDROID_EXTRA_PLUGINS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 5.15.2
    • None
    • Android

      The documentation for ANDROID_EXTRA_PLUGINS says:

      "Specifies a path to C++ plugins or resources that your application has to bundle but that cannot be delivered through the assets system, such as QML plugins. With this variable, androiddeployqt will make sure everything is packaged and deployed properly."

      However, it seems that when run, all that happens is that the plugins in this directory are copied to the apk. Any dependencies the plugins have do not appear to be resolved. So, if, for example, a plugin uses a Qt library that isn't used by the main application, it will be missing from the apk.

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

            qtandroidteam Qt Android Team
            srcejon Jon Beniston
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes