Note that there are some explanatory texts on larger screens.

plurals
  1. PODebugging... Unable to load native library
    primarykey
    data
    text
    <p>I'm fairly new to android development and it appears that I have a fairly classic exceptions...</p> <pre><code>E/AndroidRuntime( 2119): FATAL EXCEPTION: main E/AndroidRuntime( 2119): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.oneloop.Rb/android.app.NativeActivity}: java.lang.IllegalArgumentException: Unable to load native library: /data/app-lib/com.oneloop.Rb-1/libRb.so E/AndroidRuntime( 2119): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180) </code></pre> <p>Most answers that I have seen include setting hasCode to true or making sure to include app_dummy - neither of which resolves my problem. Additionally, I've confirmed (by converting to zip and exploring) that my compiled apk includes lib/armeabi-v7a/libRb.so.</p> <p>I've been converting a good size framework (numerous static libraries, opengl, and prebuilt middleware libs) over to android - so my obvious inclination is that I have some sort of incompatibility between the libraries and my SO. The problem is that logcat doesn't provide information on why the library failed. </p> <p>Where do I go from here?<br> How do I find out which of my lib.a are the problems?<br> What techniques can be used to further work out what is preventing my SO from loading? Is there a way to turn on verbosity in debugging? Are there any command line apps that can be used to verify the integrity of my APK and SO?<br> What other things could be causing this problem?</p> <p>Please advise. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload