[Qbs] Android multiarch

Christian Gagneraud chgans at gmail.com
Thu May 14 14:12:18 CEST 2020


On Thu, 14 May 2020 at 23:34, Christian Gagneraud <chgans at gmail.com> wrote:
>
> Hi there,
>
> As an experiment, i've just tried Qt-5.14, and this has enabled
> multi-arch on Android.
> I can select the list of architecture i want to support with qbs.architectures.
> This works for libraries, but my application is disabled:
> Error while handling 'TestApp'
> Product 'TestApp' had errors and was disabled.

I've tracked the problem down into one library, I have an export item
that seems to be problematic.
For now i added an explicit dependency in the app, and removed the export.
Looks weird...

But now androiddeployqt fails with:
Cannot find application binary TestApp
Don't know why it's not one of the libTestApp.so, ...

Chris


More information about the Qbs mailing list