Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
5.10.1
-
Development environment:
Mac OS X 10.13.2
QtCreator 4.5.0
Qt 5.10.1
Android SDK 21
Android NDK r10e
Architecture armv72
Tested on Devices with Android 6.0 and 7.0.
Description
Adding the line "QT += sensors" in .pro file and compiling for Android causes a "WARNING: QApplication was not created in the main() thread." at program startup. This leads into a wrong application directory: QStandardPaths::writableLocation(QStandardPaths::AppDataLocation) returns "/" only.
This may be related to , which has been partially solved only.QTBUG-65820