ExoPlayer
ExoPlayer copied to clipboard
FFMpeg not compiling with Gradle 7.4
ExoPlayer Version
2.18.1
Devices that reproduce the issue
All
Devices that do not reproduce the issue
No response
Reproducible in the demo app?
Not tested
Reproduction steps
Upgrade to latest Gradle 7.4 coming with Dolphin IDE. FFMPEG compilation fails because NDK 23 Side-by-Side is used by default.
Expected result
Compilation works
Actual result
Solution: Add android.ndkVersion "21.4.7075529" to build.gradle of FFMPEG extension.
Media
None
Bug Report
- [X] You will email the zip file produced by
adb bugreportto [email protected] after filing this issue.