[Android-development] Single APK for multiple architectures

Bruno Tezine btezine at gmail.com
Fri Oct 16 21:15:02 CEST 2015


I agree, but at least Digia should read about it and use this workaround
(higher version code) as their "Qt 5 everywhere" takes more than 10 seconds
to load on every Intel device.
If somebody is looking for a framework to develop android apps and notice
that even the company's own app takes that amount of time to load the first
screen, I don't think the this person will go further with Qt. :-(
Cheers,
   Bruno.

2015-10-16 11:13 GMT-03:00 BogDan <bog_dan_ro at yahoo.com>:

> Hi Bruno,
>
> Yep, for the moment the only way to do it is the create a separate apk for
> intel and bump the version.
> I don't think it's Qt's fault that Google store is stupid enough and do
> not filter the architectures correctly...
> The only thing we can do is to add some info abou it on our docs which
> most probably nobody will read it ;-).
>
> Cheers,
> BogDan.
>
>
>
> On Friday, October 16, 2015 4:26 PM, Bruno Tezine <btezine at gmail.com>
> wrote:
>
>
> Hi BogDan,
> Thank you for your response and congratulations for the wonderful job you
> have done into Android!!
> So, the only workaround for intel-x86 android phones is to create a
> separate apk for it and always keep it with a higher version code, correct?
> That's because if the version code is lower than the ARM apk, Google will
> always send the ARM apk even for intel-x86 phones as they can emulate ARM
> instructions.
> I don't know if Digia is aware of this issue, because "Qt 5 everywhere"
> app takes more than 10 seconds to load the first screen into Asus Zenphone
> 5(intel). Every Qt ARM app takes more than 10 seconds to load in a intel
> device.
> Cheers,
>     Bruno.
>
>
> 2015-10-16 4:58 GMT-03:00 BogDan <bog_dan_ro at yahoo.com>:
>
> Hi Bruno,
>
> Theoretically yes. Sadly it is very VERY hard to do it using the existing
> Qt build system(s) (qmake & cmake). Qbs[0] (partially) fixed that problem,
> but you need to wait for a while until Android support in qbs & in
> QtCreator QBS plugin will be polished.
>
> Cheers,
> BogDan.
> [0] https://wiki.qt.io/Qt_Build_Suite http://doc.qt.io/qbs/
>
>
>
> On Thursday, October 15, 2015 8:29 PM, Bruno Tezine <btezine at gmail.com>
> wrote:
>
>
> Hi,
> How can I create a single apk that targets multiple architectures? Ex: I'd
> like to create one single android installer for intel-x86 and ARM.
> I know this is feasible, but I haven't found a way to do it using Qt.
> Thank you,
>    Bruno.
>
> _______________________________________________
> Android-development mailing list
> Android-development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/android-development
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/android-development/attachments/20151016/90e82d6c/attachment.html>


More information about the Android-development mailing list