I write some JNI files for my application, and it works smoothly at
Android 1.5, and Android 1.6.

However, my application not work on Android 2.0 emulator, because my
SO file can't be loaded, no matter I put it to data/data/<my package>/
lib, or /system/lib

And I found log below.
INFO/dalvikvm(109): Unable to dlopen(/data/data/***/lib/***_jni.so):
Cannot load library: reloc_library[1232]:    30 cannot locate
'memcpy'...
...
...
ERROR/AndroidRuntime(109): Caused by: java.lang.UnsatisfiedLinkError:
Library ***_jni not found

Why I got those message at Android 2.0 emulator? How to fix this issue?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to