Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
None
-
6.5, 6.7
-
-
e59f31006 (dev), 79f3fe704 (dev), 28b384898 (dev), 7040a4cde (dev)
-
2024wk22s2FOQtforAndroid
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
Issue Links
- relates to
-
QTBUG-125346 Android: support building AAR, CMake improvements
-
- Open
-