Open JaroslavHerber opened 6 months ago
Also media3-decode-ffmpeg-1.3.0.aar has the problem. Switching back to version 1.2.0 solved the problem - even with androidx/media version 1.3.1.
Looks like this issue is also in version 1.4.0. Any ideas?
I found out, that this issue only happens when minifyEnabled = false
// build.gradle
android.buildTypes {
release {
minifyEnabled false
}
}
Must be ProGuard related
Hi,
thank you for the hard work. Just noticed, that the FFMPEG aar file doesn't work anymore in media3/exoplayer (also 1.3.1)
This file: https://github.com/ag2s20150909/media3libs/blob/1.3.1/repo/androidx/media3/media3-decode-ffmpeg/1.3.1/media3-decode-ffmpeg-1.3.1.aar
It works, if the app is installed through android studio, but not if I generate a signed apk and install it from file.
This error happens: