Java does not understand .so files. Those are Linux shared libraries, such as are used with C or C++. So you will need to treat them like any other linux shared library, such as using the NDK to get Java to understand them.
On Jun 26, 11:22 pm, cindy <[email protected]> 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. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

