Can't use APP_STL := stlport_shared

I change APP_STL := stlport_static to APP_STL := stlport_shared in Application.mk and compile.
Everything is ok.
But when I run the app in device, it crash and show that “unable to load ‘/data/data/libcocos2d.so’”

HELP ME PLZ

NDK Version r5c
cocos2d-x Version 0.9.2

modify
System.LoadLibrary(“stlport_static”);
to
System.LoadLibrary(“stlport_shared”);