Hi All
    I have used the CodeSourcery toolchain to create a Shared Library out of
my C file and a file containing my JNI wrappers for calling the C functions.
In my JAVA application i am loading this Shared Library and calling the JNI
function for printing helloworld.But i am getting the following error:
    dalvikvm unable to dlopen(/system/lib/libdvsdk.so):unable to find
library

So is it possible to load a Shared Library(libdvsdk.so) which is created
using a different toolchain?Or only NDK toolchain compiled Shared libraries
can be loaded from JAVA application?

Cheers
Aney
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to