Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform file 'all-fmmr.aar' to match attributes {artifactType=jar} #84

Open
rehab101 opened this issue Oct 9, 2020 · 1 comment

Comments

@rehab101
Copy link

rehab101 commented Oct 9, 2020

I'm trying to compile this app on my own and learning how it works from the inside. I'm unable to do so because of the error mentioned in the title while Gradle synchronizing the project. It seems this is because the library "all-fmmr.aar" which contains the code needed for the class "wseemann.media.FFmpegMediaMetadataRetriever" used in "VideoDetailsFetcher.java". How should I resolve this?

@MarcoPolo267
Copy link

try this:
// implementation files('libs/all-fmmr.aar') commented
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.15'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.15'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants