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.

link|improve this question
1  
I was looking into something similar. I believe you must first compile the sources for Xuggle with the NDK. And that's never fun. – Kevin Mark Aug 29 '11 at 3:55
feedback

2 Answers

Make sure you added the library to your build path when building an APK.

link|improve this answer
yes I have, else it would thrown an error at compilation right ? – Kamal Nivas Aug 27 '11 at 14:43
feedback

Xuggler has a native ffmpeg library also that you need. Dont know if it's available for android but there is ffmpeg

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.