Details
-
Bug
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
6.3.0
-
Tested on Windows using Android 10 emulator and Oneplus 5 running Android 10
Description
When building Grue sensor example with qmake for device with arm64-v8a or emulator with x86_64 the build fails with error.
make[1]: *** No rule to make target 'sensors\libplugins_sensors_qtsensors_grue_armeabi-v7a.so', needed by 'android-build\libs\armeabi-v7a\libplugins_sensors_qtsensors_grue_armeabi-v7a.so'. Stop.
When building with armabi-v7a the example builds and gets deployed to the devicebut then gives error:
W libgrue_app_armeabi-v7a.so: qrc:/QMLGrueSensor/grue.qml:54:1: module "QMLGrueSensor" is not installed W libgrue_app_armeabi-v7a.so: import QMLGrueSensor W libgrue_app_armeabi-v7a.so: ^
The example works when it is build with cmake
Attachments
Issue Links
- resulted in
-
QTBUG-104066 [Android] Test manually all the /examples folder examples with Qt Creator
- Closed