[android-developers] Re: UnsatisfiedLinkError: Library XXXX not found
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?
--
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

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home