[Android-development] Building from command line

Eskil Abrahamsen Blomfeldt eskil.abrahamsen-blomfeldt at digia.com
Tue Sep 17 09:29:57 CEST 2013


On 09/17/2013 09:35 AM, Mate(j HrazdĂ­ra wrote:
> 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?

Those are regular jar files that contain cross platform Java files so 
they are identical. The reason you get a diff when comparing them is 
probably just because of different timestamps.

-- Eskil

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


More information about the Android-development mailing list