begeekmyfriend / yasea

RTMP live streaming client for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google在N上对.so库的加载进行了限制,限制了so库指从部分指定的路径进行加载

pengguanming opened this issue · comments

java.lang.UnsatisfiedLinkError: dlopen failed: library "/system/lib/libyuv.so" needed or dlopened by "/apex/com.android.art/lib/libnativeloader.so" is not accessible for the namespace "classloader-namespace"

是因为没有引入libyuv.so所导致

SrsEncoder.java不是在静态加载的时候引入吗

是我自己没有在module项目依赖引入so文件,实在不好意思,打扰您了