hikikomoriphoenix / Beedio

Android app that lets you find downloadable videos as you browse the web. Allows queuing downloads. Also includes bookmarking and ad-blocking features for easier browsing experience.
GNU General Public License v2.0
150 stars 44 forks source link

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

Open rehab101 opened 3 years ago

rehab101 commented 3 years ago

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 commented 3 years ago

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'