Open sk2212 opened 6 years ago
Hello RSATom,
could you tell me how you have built the actual used "libvlcjni.so" for Android?
Currently I tried to fix the issue:
W System.err: Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.multiplay.main-1/lib/arm/libvlcjni.so: has text relocations
It seems that this problem is only solveable when recompiling libvlc with other linker/compiler options.
When using this guide https://wiki.videolan.org/AndroidCompile/ the problem is that the compile script forces Android NDK 15 but I have to use Android NDK 10b.
Regards
Unfortunately I did it too long time ago, so actually I even didn't remember if I got any issues... sorry.
Hello RSATom,
could you tell me how you have built the actual used "libvlcjni.so" for Android?
Currently I tried to fix the issue:
W System.err: Caused by: java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.multiplay.main-1/lib/arm/libvlcjni.so: has text relocations
It seems that this problem is only solveable when recompiling libvlc with other linker/compiler options.
When using this guide https://wiki.videolan.org/AndroidCompile/ the problem is that the compile script forces Android NDK 15 but I have to use Android NDK 10b.
Regards