Skip to content
New issue

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

如何添加arm64-v8a架构 #71

Closed
BarkSheep opened this issue Aug 15, 2019 · 2 comments
Closed

如何添加arm64-v8a架构 #71

BarkSheep opened this issue Aug 15, 2019 · 2 comments

Comments

@BarkSheep
Copy link

目前我的项目里仅添加了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架构

感谢

@microshow
Copy link
Owner

要升级rxffmpeg 到2.1.0版本才支持arm64-v8a

@BarkSheep
Copy link
Author

好的 谢了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants