RSATom / QmlVlc

[ABANDONED] libvlc wrapper for Qt Quick 2/Qml
Other
139 stars 56 forks source link

[Question] How to rebuild used "libvlcjni.so" for Android #75

Open sk2212 opened 6 years ago

sk2212 commented 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

RSATom commented 6 years ago

Unfortunately I did it too long time ago, so actually I even didn't remember if I got any issues... sorry.