Closed lietto closed 3 years ago
@lietto Hi, please add packagingOptions
to your gradle(:app)
and let me know if that solves the problem
android {
defaultConfig {
// . . .
}
packagingOptions {
pickFirst 'lib/*/libavcodec.so'
pickFirst 'lib/*/libavformat.so'
pickFirst 'lib/*/libavutil.so'
pickFirst 'lib/*/libswresample.so'
}
// . . .
}
Sorry but this is not solved my problem.
@lietto Hi! Can you provide more information about the error (logcat)?
Hello! I tried to use your lib. And I already have com.arthenica:mobile-ffmpeg-audio:4.4
When I use methods from mobile-ffmpeg-audio I receive this error. Is there any solution to fix this?
Thanks in advance