wseemann / FFmpegMediaMetadataRetriever

FFmpegMediaMetadataRetriever provides a unified interface for retrieving frame and meta data from an input media file.
1.72k stars 387 forks source link

JNI_ERR returned from JNI_OnLoad #275

Closed zkrige closed 1 year ago

zkrige commented 1 year ago

Fatal Exception: java.lang.UnsatisfiedLinkError: JNI_ERR returned from JNI_OnLoad in "/data/app/xxxxxxx-1/split_config.armeabi_v7a.apk!/lib/armeabi-v7a/libffmpeg_mediametadataretriever_jni.so"

Android 6.0.1

implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.19'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.19'

I've also tried with the individual abi libraries and we get the same crash

zkrige commented 1 year ago

fixed by adding -keep class wseemann.media.** { *; }