Javernaut/WhatTheCodec

Library not found

smoil-ali opened this issue · 1 comments

java.lang.UnsatisfiedLinkError: dlopen failed: library "libswresample.so" not found

@smoil-ali The issue you are having now is neither a problem of the WhatTheCodec app nor of the ffmpeg-android-maker.

If you just googled this problem you would know that the shared library isn't packaged to the final APK or isn't loaded into the memory as a dependency. Please refer to my articles and look for CMakeLists.txt and build.gradle - there is the info for packaging .so files. Also, check the order of System.loadLibrary() calls and the commend above them.

Please stop creating issues for whatever problems you face and moreover - duplicating them in all my repositories. The way you talk does not favor the helping you.