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

Support AAR files with androiddeployqt

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.10
    • QPA
    • Android
    • 2023wkXXFOQtforAndroid

    Description

      I like to see support for AAR files created by androiddeployqt.
      https://developer.android.com/studio/projects/android-library.html

      We uses androiddeployqt to generate our APK files. Since it uses gradle it is possible to easily generate AAR files.
      The build.gradle template needs to be adjusted a little bit. It has a hardcoded apply plugin: 'com.android.application". This must be replaced by "apply plugin: 'com.android.library'".

      Also there are some tiny hardcoded stuff for APK in androideployqt that needs to be adjusted.

      Of course we can use a custom build.gradle ourself. But official support would be great because it make it possible to easily distribute an SDK with native Qt libraries in it.

      Attachments

        Activity

          People

            qtandroidteam Qt Android Team
            misery André Klitzing
            Votes:
            5 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: