[Android-development] Building from command line

Matěj Hrazdíra matejhrazdira at gmail.com
Tue Sep 17 09:35:08 CEST 2013


Thanks for your response.

I have one last question. In Android libs directory, there is file
--Managed_by_Qt_Creator--QtAndroid-bundled.jar. I found out, that this jar
is copied from Qt directory, for example
<QT_ROOT>/5.1.1/android_x86/jar/QtAndroid-bundled.jar, but there are two
versions of this library - one for android_x86 and one for android_armv7.
Both jars have exactly the same size, but when I run:

cmp -l ~/Qt5.1.1/5.1.1/android_armv7/jar/QtAndroid-bundled.jar
~/Qt5.1.1/5.1.1/android_x86/jar/QtAndroid-bundled.jar

I can see, that there are some differences.

As I need to bundle both x86 and armv7 libraries into my final apk, I would
like to ask you if
there is different version of QtAndroid-bundled.jar for x86 and armv7 or
those libraries are compatible?

Thanks again.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/android-development/attachments/20130917/45b96395/attachment.html>


More information about the Android-development mailing list