Hi All,

I want to use an un-public class AmrInputStream.java. The class load a
jni interface media_jni.so

static
{
        System.loadLibrary("media_jni");
}

I can found the library media_jni.so under /system/lib. So I directly
put the class AmrInputStream to my application. It can compile,
however, when I run my application, it crashes after I call
AmrInputStream


Does anyone knows how to fix the crach? or how to use the shared
library on the phone.

Thanks!

Cindy



I copy the source code to my project, i6t can

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to