Reply
Wed 27 Feb, 2013 01:03 am
Hi,
I want to run c++ code on android .
I use the NDK for that .
It will create the JNI folder under the my application of android I got following error plz help me on that
warning: Could not load shared library symbols for 50 libraries, e.g. /system/bin/linker.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
warning: Unable to find dynamic linker breakpoint function.
GDB will retry eventurally. Meanwhile, it is likely
that GDB is unable to debug shared library initializers
or resolve pending breakpoints after dlopen().
How to add shared library on the eclipse for this project
I also add the path of C:\cygwin\bin on my System environment
Plz help me for that