Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 12.0.0, Qt Creator 12.0.1
-
None
Description
Under 'Build settings/Build Steps/qmake' for Android targets there is a group of four checkboxes labelled 'ABIs'. Earlier version of QtCreator would list that names as shown in the Android docs. I.e. 'armeabi-v7a', 'arm64-v8a', 'x86' and 'x86_64'. However, starting with QtCreator 12 the entries now read as 'arm-linux-android-elf-32bit', 'arm-linux-android-elf-64bit','x86-linux-android-elf-32bit' and 'x86-linux-android-elf-64bit'. This is causing problems in the build/deploy process as ABI names might be used to locate the matching versions of 3rdparty libraries.