We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前我的项目里仅添加了armeabi-v7a架构 当我想继续添加arm64-v8a架构时 运行app会报错couldn't find "libffmpeg-core.so" 我的添加方式是: ndk { abiFilters 'armeabi-v7a', 'arm64-v8a' } jniLibs目录下放置armeabi-v7a 和arm64-v8a文件夹 里面包含同样的so库
demo里并没有多架构的示例 我想知道我应该怎样正确的添加arm64-v8a架构
感谢
The text was updated successfully, but these errors were encountered:
要升级rxffmpeg 到2.1.0版本才支持arm64-v8a
Sorry, something went wrong.
好的 谢了
No branches or pull requests
目前我的项目里仅添加了armeabi-v7a架构 当我想继续添加arm64-v8a架构时 运行app会报错couldn't find "libffmpeg-core.so"
我的添加方式是:
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a'
}
jniLibs目录下放置armeabi-v7a 和arm64-v8a文件夹 里面包含同样的so库
demo里并没有多架构的示例 我想知道我应该怎样正确的添加arm64-v8a架构
感谢
The text was updated successfully, but these errors were encountered: