Re: [android-developers] how to use .so

2011-06-29 Thread Vinod Pache
ask him the java file where he has written the Loadlibrary(...) function. then make object of that class file and call the appropriate function from the .so file. regards Vinodkumar On Mon, Jun 27, 2011 at 12:19 PM, TreKing treking...@gmail.com wrote: On Mon, Jun 27, 2011 at 1:22 AM, cindy

[android-developers] how to use .so

2011-06-27 Thread cindy
My cowork give me a .so as library for my android project? How could I use that? I am java programmar. I am confused. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] how to use .so

2011-06-27 Thread TreKing
On Mon, Jun 27, 2011 at 1:22 AM, cindy ypu01...@yahoo.com wrote: My cowork give me a .so as library for my android project? How could I use that? I am java programmar. I am confused. Did you try asking your cowork?