Details
-
Bug
-
Resolution: Done
-
P0: Blocker
-
5.14.1
-
None
-
-
59121d29808feeb8ee4c052ba554915d5b875c9b (qt/qtbase/5.14)
Description
When I compile my Android application with Qt 5.14, I get a strange warning about QtSensors.
Error reading file: C:/Qt/5.14.1/android/plugins/se_armeabi-v7a.sors/libplugins_se_armeabi-v7a.sors_qtse_armeabi-v7a.sors_android_armeabi-v7a.so: No such file or directory
In fact, it's like in the name of this file, all the words sensors _have been replaced by _se_armeabi-v7a.sors
The correct path is evidently C:/Qt/5.14.1/android/plugins/sensors/libplugins_sensors_qtsensors_android_armeabi-v7a.so
The program is compiled normally but the magnetometer is not accessible.
There are no bugs in my configuration files. The program was compiling without warning with Qt 5.13.2.
Franck