library not load

73 views
Skip to first unread message

Jisho k Jose

unread,
Apr 25, 2013, 3:46:54 PM4/25/13
to andro...@googlegroups.com
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

RichardC

unread,
Apr 25, 2013, 5:02:47 PM4/25/13
to andro...@googlegroups.com
How did you add these libraries to your project?
What directory in your project did you put them in?
What are the filenames of the libraries?

Jisho k Jose

unread,
Apr 26, 2013, 5:23:04 AM4/26/13
to andro...@googlegroups.com
Hi,
 I have one working ndk sample code.i just copy the JNI and libs folder to my project.and then i Add "nagitive support" for building c classes and then i run my application.But error is generated as i mention i previous mail.Fille names are rtmp.c(jni>librtmp).
These library are loaded using these codes.

System.loadLibrary("rtmp");
System.loadLibrary("rtmp_jni"); 


Thank you,
Jisho k Jose




--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk...@googlegroups.com.
To post to this group, send email to andro...@googlegroups.com.
Visit this group at http://groups.google.com/group/android-ndk?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages