mars More than one file was found with OS independent path 'lib/armeabi-v7a/libc++_shared.so'

dtcbnfnu  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(46)

遇到过这个 问题吗 ? 有点不知道怎么解决

gv8xihay

gv8xihay2#

packagingOptions {
    pickFirst 'lib/x86/libc++_shared.so'
    pickFirst 'lib/x86_64/libc++_shared.so'
    pickFirst 'lib/armeabi-v7a/libc++_shared.so'
    pickFirst 'lib/arm64-v8a/libc++_shared.so'
}

tanersener/react-native-ffmpeg#54 (comment)

相关问题