begeekmyfriend / yasea

RTMP live streaming client for Android
MIT License
4.86k stars 1.32k forks source link

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

Closed pengguanming closed 3 years ago

pengguanming commented 3 years ago

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"

pengguanming commented 3 years ago

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

begeekmyfriend commented 3 years ago

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

pengguanming commented 3 years ago

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