I successfully cross-compiled a c++ library with the android ndk-Standalone toolchain then, i created a new android application project into Eclipse and when i put mylib.so
Please specify your .so file like as follow.
static { System.loadLibrary("mylib"); }
Hope this will help you.