Hi thanks for you reply i don't know java/JNI is there any simple code in that i can modify Or any explanations for the steps above mentioned,how to do each step
Thanks & Regards Subram On Jun 15, 3:42 pm, arunjith g <[email protected]> wrote: > 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 <[email protected]> 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 [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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

