You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed Exoplayer FFMpeg extension. And after that if I try to use FFmpegMediaMetadataRetriever it give me the below error. How can I solve it. More than one file was found with OS independent path 'lib/armeabi-v7a/libavcodec.so'
The text was updated successfully, but these errors were encountered:
sorry for late reply , @tushar09 use pickfirst or exclude whatever you like in your apps build.gradle,
something like following -
pickFirst "lib/x86/libavcodec.so"
exclude 'META-INF/DEPENDENCIES'
I have installed
Exoplayer FFMpeg extension
. And after that if I try to useFFmpegMediaMetadataRetriever
it give me the below error. How can I solve it.More than one file was found with OS independent path 'lib/armeabi-v7a/libavcodec.so'
The text was updated successfully, but these errors were encountered: