Problem:
I am building Android app in Eclipse which uses shared lib libgstreamer-0.10.so
(GStreamer-android NDK Bundle libs compile
I'm not sure you can do for Java apps. For native command line applications you can do that by setting LD_LIBRARY_PATH environment variable before stating application.
This is correct solution. Somewhere in NDK docs this is mentioned that you need to load all the dependent libraries this way.
No, you can not do that.