Not sure about Qt 5.10, but Qt 5.12 have support for arm64-v8a target. You will need to build two APK files, one for armeabi-v7a, and one for arm64-v8a, with different versionCode values in manifest, and then just publish both in the same release.
@Karen-Morrissey
I think because when you did ./configure to look for needed libraries, it first found those in /usr/lib64.
Why not to force the configure to use those for 32bit by adding
-L /path/to/lib/32bit -lpthread -lm -lc
to your configure command
Windows 8.1 Qt : 5.4.1 Compiler : MinGW 4.8 64 bits
And My error :
[
C:/Qt/qt-5.4.1-x64-mingw492r1-seh-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.2/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lApiUsb
collect2.exe: error: ld returned 1 exit status
]
1 Problème :
:-1: erreur : skipping incompatible C:/Users/franck/Documents/Qt/ULD_64/lib/ApiUsb.dll when searching for -lApiUsb
Proble de link because this lib is 32bits