Did you compile the .so using proper toolchain and C library? If it was compiler with different environment, it is likely to not work because bionic does not support all commonly uses functions.
best, anthony On Jun 10, 5:14 pm, Vikas KM <[email protected]> wrote: > Hi All, > > I have OMX complaint shared library compiled in android and when i try to > load this using this .so library > > The load Library fails to load. > > The library is present in out folder and the name is correct. > > If i try to load different library from the same place it loads fine. > > Does anyone know whats the problem or any idea as what might i be doing > worng? > > -------------- > Regards > > Vikas KM -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
