vlc-android-sdk
vlc-android-sdk copied to clipboard
android n "detected problems with app native libraries"
Detected problem with app native libraries (please consult log detail): libvlcjni.so: text relocations.
Yes, same to me, and that prevents app from targeting API 23+ because starting 23 android doesn't attach .so with relocations
Same issue! Any update?
E/linker: ../../lib/arm/libvlcjni.so: has text relocations E/VLC/LibVLC: Can't load vlcjni library: java.lang.UnsatisfiedLinkError: dlopen failed: /.../.../.../lib/arm/libvlcjni.so: has text relocations
This issue still exists up to today. Does anyone at all have a solution to this?
Same issue!
Same issue!
https://dreammotion.com/detected-problems-with-app-native-libraries-libavcodec-so-text-relocations/ says the solution is to compile with -fPIC ?