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.14 for video trimming.
- I'm also using
io.deepmedia.community:transcoder-android:0.11.2 for background video export.
- My project repositories include
google(), mavenCentral(), and jitpack.io.
🔍 What I've Tried
- Confirmed that I did not include
mobile-ffmpeg anywhere directly.
- Checked that the version
4.4.LTS does 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.LTS artifact 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-trimmer or 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!
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.LTSin 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
com.github.a914-gowtham:android-video-trimmer:1.7.14for video trimming.io.deepmedia.community:transcoder-android:0.11.2for background video export.google(),mavenCentral(), andjitpack.io.🔍 What I've Tried
mobile-ffmpeganywhere directly.4.4.LTSdoes not exist on Maven Central or JitPack.com.arthenica:mobile-ffmpeg-min:4.4, but that didn't resolve the root cause.❓ Questions
mobile-ffmpeg-min:4.4.LTSartifact been deprecated or removed recently?android-video-trimmeror another transitive library?Any guidance or recommended replacement would be greatly appreciated.
Thank you!