SIGSEGV from QStandardPaths::writableLocation on Android
Unsolved
Mobile and Embedded
-
Hi,
I have a library wrote in Qt 5.12.9 that I want to use inside an external android project. The library is tested and works when used by a Qt project but, when I try to import the generated .so files along with the .so and jar files of Qt into Android Studio, I have a segmentation fault running on Android (tested on Android 7 and Android 10) as can be seen below:
https://pasteboard.co/JEr7AV0.pngCan you help me to understand why I have this error?