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

maven依赖的方式找不到so库 #51

Open
jingzhanwu opened this issue Nov 21, 2019 · 3 comments
Open

maven依赖的方式找不到so库 #51

jingzhanwu opened this issue Nov 21, 2019 · 3 comments

Comments

@jingzhanwu
Copy link

使用implementation 依赖的时候,运行找不到 librestreaming.so。把so库下载下来放到jniLibs目录下也不行

@huanghuangliu
Copy link

我也遇到了,请问怎么解决的啊?

@zcc2
Copy link

zcc2 commented Aug 12, 2020

在app 的 build.gradle 里添加
ndk {
abiFilters "armeabi-v7a"
}

@chenjie0932
Copy link

项目中已经有abiFilters "armeabi-v7a"

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

4 participants