But we have one single shared library that is used by numerious
classes and instances. Note, the problem occurs very seldom. I never
personally saw it.

On Sep 24, 7:38 am, DanH <danhi...@ieee.org> wrote:
> You've got to be real careful about loading native classes, and, in
> particular, not load them twice under two different loaders.  (At
> least that's my vague recollection.)
>
> On Sep 23, 10:12 pm, ls02 <agal...@audible.com> wrote:
>
>
>
> > So what's the proper way to deal with such issue?
>
> > On Sep 23, 10:39 pm, DanH <danhi...@ieee.org> wrote:
>
> > > On regular Java systems this can occur when the native class gets
> > > loaded by the wrong class loader.  And there are a couple of other
> > > obscure causes with regard to class loading, IIRC.
>
> > > On Sep 23, 7:34 pm, ls02 <agal...@audible.com> wrote:
>
> > > > From time to time we get from customers the following error
>
> > > > java.lang.UnsatisfiedLinkError: Library <out native shared library>
> > > > not found
>
> > > > with stack coming from static class method that loads our shared
> > > > library
>
> > > > The library is obviously there and ussually powering off and on the
> > > > phone fixes the issue. However what's the source of this error at
> > > > first place?- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

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

Reply via email to