Hi Ndk team,
I have some collection of Ndk-library from other projects.I have to use those library's to my project.when i try to load that like System.loadLibrary("rtmp");
System.loadLibrary("rtmp_jni"); The error is occured.My log is listed below:
04-26 01:03:15.302: E/AndroidRuntime(16054): java.lang.UnsatisfiedLinkError: Couldn't load rtmp: findLibrary returned null
04-26 01:03:15.302: E/AndroidRuntime(16054): at java.lang.Runtime.loadLibrary(Runtime.java:365)
04-26 01:03:15.302: E/AndroidRuntime(16054): at java.lang.System.loadLibrary(System.java:535)
Actually i have not much experiace So i have no idea about these issues.plz help me guys..
Thank you
Jisho k jose