Mobile-ffmpeg: [Android] ERROR: Manifest merger failed

Created on 29 Jun 2019  路  2Comments  路  Source: tanersener/mobile-ffmpeg

Hello
I putted
implementation 'com.arthenica:mobile-ffmpeg-full:4.2.1'
and my

        minSdkVersion 22
        targetSdkVersion 28

I got the error

### ERROR: Manifest merger failed : uses-sdk:minSdkVersion 22 cannot be smaller than version 24 declared in library [com.arthenica:mobile-ffmpeg-full:4.2.1] C:\Users\Young King\.gradle\caches\transforms-2\files-2.1\a1970841b61e5b7b2157793117539d8b\AndroidManifest.xml as the library might be using APIs not available in 22
    Suggestion: use a compatible library with a minSdk of at most 22,
        or increase this project's minSdk version to at least 24,
        or use tools:overrideLibrary="com.arthenica.mobileffmpeg" to force usage (may lead to runtime failures)

I don't want to increase my minSdkVersion from 22 -> 24 .
How can i fix this issue. Thank you so

question

Most helpful comment

You can use LTS version of the full package? It is built with API Level 21.

implementation 'com.arthenica:mobile-ffmpeg-full:4.2.LTS' 

All 2 comments

You can use LTS version of the full package? It is built with API Level 21.

implementation 'com.arthenica:mobile-ffmpeg-full:4.2.LTS' 

Thank you so much for quick response

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fayte0618 picture fayte0618  路  3Comments

brainstormapps picture brainstormapps  路  7Comments

ZedZeal picture ZedZeal  路  6Comments

hantrungkien picture hantrungkien  路  6Comments

tim162 picture tim162  路  5Comments