you will have to use JNI methods to invoke a call in shared library
what u do is


1. Create a java class includes myfunC()
2. Create a jni header file from this class
3. It will have a jni_blahblah_myfunc call
4. create a c/c++ file giving implementation to this function by calling ur
required shared library function



On Mon, Jun 15, 2009 at 4:08 PM, subram <subram...@gmail.com> wrote:

>
> Hi there
>     I am having an shared library named librecord.so, i have to
> invoke this library inside the android project and make it to call by
> the sdk,if any one came across with this invoking kindly suggest me
>
> Thanks in advance
> Subram
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to