java.lang.UnsatisfiedLinkError workaround

1 · Alessandro Crugnola · April 12, 2014, 4:21 a.m.
If you ever worked with native shared libraries in Android you’ve probably already faced the “java.lang.UnsatisfiedLinkError” java exception which randomly seems to happen on certain devices ( actually it’s happening on xperia phones mostly, based on my reports ). There are a bunch of bug reports in the android project like this: https://code.google.com/p/android/issues/detail?id=35962 or this […]...