I can't use
implementation 'de.mrmaffen:libvlc-android:2.1.12@aar'
if the set minifyEnable
to true
.
The error message is
Can't load vlcjni library: java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data/app//lib/arm64/libvlcjni.so"
How can I use minifyEnable true
with libvlc?