Friday, September 24, 2010

[android-developers] Re: UnsatisfiedLinkError: Library XXXX not found

If you say so.

On Sep 24, 5:29 pm, fadden <fad...@android.com> wrote:
> On Sep 24, 10:11 am, DanH <danhi...@ieee.org> wrote:
>
> > Ah, it kinda came back to me a little more.  In your particular case
> > where you have multiple classes referencing the lib you see this:
> > Native class A is loaded under loader X and loads the lib under that
> > loader.  Native class B is loaded under loader Y and attempts to load
> > the lib under that loader.  But a lib can only be loaded once, under
> > one loader.
>
> There should be some chatter in the log if the app is trying to do
> this; something like "Shared lib <libname> already opened by CL
> 0x12345678; can't open in 0x987654321".

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment