cordova-plugin-ffmpeg icon indicating copy to clipboard operation
cordova-plugin-ffmpeg copied to clipboard

Build error with SKD 24

Open linhtranvu opened this issue 4 years ago • 2 comments

I build with Cordova 9, Android and get error with SDK version

 uses-sdk:minSdkVersion 22 cannot be smaller than version 24 declared in library [com.arthenica:mobile-ffmpeg-full:4.4] C:\Users\ADMIN\.gradle\caches\transforms-2\files-2.1\e401fa10edb9a2e6dacae23269c7eecd\mobile-ffmpeg-full-4.4\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,

Could you update SDK version of Android core, thanks

linhtranvu avatar Jan 26 '21 02:01 linhtranvu