Xuggle on android
Am trying to use the libraries form Xuggle in my android app.
I have added the all the jar files to my app. When i use the xuggle functions I do not get any warnings after importing required xuggle packages. But at开发者_运维百科 run time my app crashes with the following error .
"Caused by unsatisfied Link error : Library xugle-xuggler not found"
Is this because android does not support xuggle or am I missing something while linking. Any help would be greatly appreciated.
Make sure you added the library to your build path when building an APK.
精彩评论