you can only used shared library for dynamic load static library only used for linker to construct a dynamic library or executable...
On Sat, Sep 14, 2013 at 4:43 PM, Amit Sinha <[email protected]> wrote: > Can any one tell me how can I load test.a static library file in my java > file . > test.a static file create using NDK build make file. > > I read some blog and found the it is not possible to load the static lib, > then i create a .so file in the i am loading the test.a. > > But still m not able to run my app. it is crashing. > > Let me know any has tried the same. > > Thanks in advance. > > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

