vlc-android-sdk icon indicating copy to clipboard operation
vlc-android-sdk copied to clipboard

android n "detected problems with app native libraries"

Open DheerubhaiBansal opened this issue 7 years ago • 6 comments

Detected problem with app native libraries (please consult log detail): libvlcjni.so: text relocations.

DheerubhaiBansal avatar Mar 15 '17 09:03 DheerubhaiBansal

Yes, same to me, and that prevents app from targeting API 23+ because starting 23 android doesn't attach .so with relocations

Allier avatar Mar 19 '17 21:03 Allier

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

shibinvadayatt avatar Apr 17 '17 10:04 shibinvadayatt

This issue still exists up to today. Does anyone at all have a solution to this?

christianwico avatar Jul 19 '17 08:07 christianwico

Same issue!

MaryDQ avatar Jun 04 '18 02:06 MaryDQ

Same issue!

yuseisako avatar Jun 28 '18 00:06 yuseisako

https://dreammotion.com/detected-problems-with-app-native-libraries-libavcodec-so-text-relocations/ says the solution is to compile with -fPIC ?

dfaure-kdab avatar Feb 19 '22 17:02 dfaure-kdab