FFMPEG commands isn't working in Android Q

前端 未结 3 1150
陌清茗
陌清茗 2021-01-05 03:19

Try this command for merge two audio files, but its not working in Android 10.0(Q) while targeting sdk 29. But, this command is completely working on

3条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-05 03:36

    For this library is only support maximum sdk 28 see the below link:

    https://github.com/bravobit/FFmpeg-Android/blob/master/android-ffmpeg/build.gradle

    So,In this library not run in SDK 29 because the targetSdkVersion 28 and compileSdkVersion 28 . If you want to change this thing, it'll work for you. I hope it will help you..!

提交回复
热议问题