Re: [Qbs] AAR dependency for APK generation

2020-05-21 Thread Christian Gagneraud
On Fri, 22 May 2020 at 03:26, Raphael Cotty wrote: > Hi, > qbs runs androiddeployqt with "--aux-mode" argument which disables the use of > gradle. > In this mode androiddeployqt only gathers dependencies. > The rest of the job being made by qbs. > So when you use androiddeployqt directly I guess

Re: [Qbs] AAR dependency for APK generation

2020-05-21 Thread Raphael Cotty
Hi, qbs runs androiddeployqt with "--aux-mode" argument which disables the use of gradle. In this mode androiddeployqt only gathers dependencies. The rest of the job being made by qbs. So when you use androiddeployqt directly I guess it's without "--aux-mode". I could not find much information

[Qbs] AAR dependency for APK generation

2020-05-21 Thread Christian Gagneraud
Hi there, We have dependencies on a AAR package (a lib if i understand correctly). When building APK with androiddeployqt it magically picks up AAR placed in a android/libs sub-directory. It doesn't seems that qbs support that, has anyone ever used AAR before? Thanks, Chris