You'll want to post this to android-ndk.

On Tue, Oct 27, 2009 at 11:36 PM, Alger, Lin <[email protected]> wrote:

>
> 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?
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
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