-
Notifications
You must be signed in to change notification settings - Fork 128
❗ Dependency Resolution Issue: mobile-ffmpeg-min:4.4.LTS Not Found #113
Copy link
Copy link
Open
Description
Hi Team,
I'm currently facing an issue while building my Android project. I did not explicitly include com.arthenica:mobile-ffmpeg-min:4.4.LTS in my dependencies, yet the build fails with the following error:
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException:
Could not find com.arthenica:mobile-ffmpeg-min:4.4.LTS
🛠️ Project Context
- I'm using
com.github.a914-gowtham:android-video-trimmer:1.7.14for video trimming. - I'm also using
io.deepmedia.community:transcoder-android:0.11.2for background video export. - My project repositories include
google(),mavenCentral(), andjitpack.io.
🔍 What I've Tried
- Confirmed that I did not include
mobile-ffmpeganywhere directly. - Checked that the version
4.4.LTSdoes not exist on Maven Central or JitPack. - Cleaned Gradle cache and invalidated caches in Android Studio.
- Tried manually replacing with
com.arthenica:mobile-ffmpeg-min:4.4, but that didn't resolve the root cause.
❓ Questions
- Has the
mobile-ffmpeg-min:4.4.LTSartifact been deprecated or removed recently? - Is there a new artifact or alternative I should use in place of this?
- Could this be an internal dependency from either
android-video-trimmeror another transitive library? - What's the recommended modern alternative if FFmpeg-kit is no longer actively supported?
Any guidance or recommended replacement would be greatly appreciated.
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels