Skip to content Skip to sidebar Skip to footer

Shared Library Not Found Error On Android Logcat

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 use

LOCAL_SHARED_LIBRARIES += libffmpeg-prebuild 

instead of

LOCAL_SHARED_LIBRARIES := libffmpeg-prebuild libteaonly

hope this will solve ur problem....

Post a Comment for "Shared Library Not Found Error On Android Logcat"