armeabi-v7a fails to build with Qt6.8.1
Unsolved
Mobile and Embedded
-
I upgraded from Qt6.7.3 to Qt6.8.1 and now my multi ABI build for Android fails.
I have this in my CMakeLists.txtQT_ANDROID_ABIS "arm64-v8a;armeabi-v7a
It always worked fine till now. When I remove this settings I get a single ABI package for arm64-v8a
Is armeabi-v7a not supported anymore?
Is this a bug? -
This is a known issue with Qt 6.8.1
Here's the issue in the Qt Bugtracker
The comments describe a workaround: copy the androiddeployqt binary from Qt 6.8.0 to the appropriate folder for Qt 6.8.1