Closed masterwok closed 5 years ago
Adding the following to build.gradle:
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-armeabi-v7a:1.0.14' implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-x86:1.0.14' implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-x86_64:1.0.14' implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-arm64-v8a:1.0.14'
Produces the following error when building:
Program type already present: wseemann.media.FFmpegMediaMetadataRetriever$Metadata
Adding the following to build.gradle:
Produces the following error when building: