RTE-Dev / REDPlayer

the REDPlayer :)
GNU Lesser General Public License v3.0
231 stars 45 forks source link

UnsatisfiedLinkError: dlopen failed: library "libijkffmpeg.so" not found #19

Closed jiajialaixi closed 6 months ago

jiajialaixi commented 6 months ago

18 这个解决方案无效。

redsource.so,redrender.so,reddecoder.so,redplayer.so都引用了libijkffmpeg.so 但是找不到在哪里引用的

Tonghuaaaa commented 6 months ago
redsource

You can use the 'readelf -d libredsource.so' command to view the dependencies of the so file. The image above shows the dependencies of the latest version of libredsource.so. Please make sure that the so files in your local repository is up to date. If there are still issues, please push your repository to GitHub and we will debug based on your repository.

jiajialaixi commented 6 months ago

arm64-v8a 不存在引用libijkffmpeg.so。但是 armeabi-v7a目录下的.so文件存在

jiajialaixi commented 6 months ago
image image
Tonghuaaaa commented 6 months ago

Please download the latest version and try again.