ExoPlayer icon indicating copy to clipboard operation
ExoPlayer copied to clipboard

FFMpeg not compiling with Gradle 7.4

Open cyberdreamandroid opened this issue 3 years ago • 0 comments

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 bugreport to [email protected] after filing this issue.

cyberdreamandroid avatar Sep 18 '22 08:09 cyberdreamandroid