Hi All:

I want to load a .so lib in JNI(C++). And I put it in the sub directory of 
jni directory, the code is below:
dl_handle = dlopen("libcoder/libDutDecH264_arm11.so", RTLD_LAZY);
But it fails(I use the eclipse).
I want to know whether the android check a lib is 32bit or 64bit? I find 
there is a lot of .so lib in the android and why the 64bit system and 32bit 
system both can build android source code?
if my code is wrong, what can I do that can load the .so lib successful?

Thanks!
Hilda

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to