Shared Library Not Found Error On Android Logcat July 25, 2024 Post a Comment I'm trying to develop android app which can stream images from the camera to a server. So I've found a project that stream to the browser and you can find here: http://code.google.Solution 1: try to useLOCAL_SHARED_LIBRARIES += libffmpeg-prebuild Copyinstead of LOCAL_SHARED_LIBRARIES := libffmpeg-prebuild libteaonly Copyhope this will solve ur problem.... Share Post a Comment for "Shared Library Not Found Error On Android Logcat"
Post a Comment for "Shared Library Not Found Error On Android Logcat"