mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

android n "detected problems with app native libraries" #72

Open DheerubhaiBansal opened 7 years ago

DheerubhaiBansal commented 7 years ago

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

Allier commented 7 years ago

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

shibinvadayatt commented 7 years ago

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

christianwico commented 7 years ago

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

MaryDQ commented 6 years ago

Same issue!

yuseisako commented 6 years ago

Same issue!

dfaure-kdab commented 2 years ago

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