[SOLVED] Default QLibrary search location on Android
Mobile and Embedded
5
Posts
2
Posters
2.8k
Views
1
Watching
-
Okay, for everyone who'll read this thread. QLibrary on Android DOES NOT search libraries in
@QCoreApplication::libraryPaths()@which returns "/data/data/%you_app's_name/files".
Howewer it DOES search in /system/lib. Here's how I learnt it:@$adb shell echo $LD_LIBRARY_PATH@
I don't know either if it's okay or if it's gonna be fixed (or may be it will have been already fixed). So check library paths twice