There are any number of reasons that might not be working; it sounds like your .so is not in the path. The other issue is that Android does not use the usual glibc, but instead a replacement called 'bionic'.
If you are writing a native application, I would recommend looking into the upcoming 'native development kit' for that. Yusuf Saib Android ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Jul 1, 10:19 pm, ani <[email protected]> wrote: > Which all compilers are supported in emulator?Actualy i have created > native library in .c file and created .so file using gcc and when i am > trying to load this .so file in my java file i am getting "unable to > load .so not found library problem"(i have placed .so file in system/ > lib using push command) > > Can i not use gcc compiler or do i need to use some other compiler i > tried with arm-eabi-gcc also which is provided in prebuilt directory > under toolchain path. > > Kindly give an example or tell me how to go about it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

