Note that there are some explanatory texts on larger screens.

plurals
  1. POJabber.net on Unity/Android error (No JNI_OnLoad found in /system/lib/libc.so, skipping init)
    primarykey
    data
    text
    <p>I am trying to create a Jabber (Jabber.net) chat client using Unity3D(Mono/C#) for iOS and Android. I got the client working in iOS (also runs well in Unity simulator). However, when running it on a Nexus 7 or HTC Desire it does not work. It does not crash, but does not connect either. It just produces the following error:</p> <blockquote> <p>D/dalvikvm(9368): No JNI_OnLoad found in /system/lib/libc.so 0x413b7270, skipping init</p> </blockquote> <p>This error is connected to the Connect method of my Jabber.net client:</p> <pre><code>jc = new JabberClient(); ... // Setting up the jabberclient and attaching eventhandlers ... jc.Connect(); </code></pre> <p>Any ideas how to solve it?</p> <p><strong>Edit:</strong> Reseaching JNI_OnLoad, I found this description:</p> <blockquote> <p>"The VM calls JNI_OnLoad when the native library is loaded (for example, through System.loadLibrary). JNI_OnLoad must return the JNI version needed by the native library. In order to use any of the new JNI functions, a native library must export a JNI_OnLoad function that returns JNI_VERSION_1_2. If the native library does not export a JNI_OnLoad function, the VM assumes that the library only requires JNI version JNI_VERSION_1_1. If the VM does not recognize the version number returned by JNI_OnLoad, the native library cannot be loaded."</p> </blockquote> <p>from <a href="http://docs.oracle.com/javase/6/docs/technotes/guides/jni/spec/invocation.html#wp9502" rel="nofollow">http://docs.oracle.com/javase/6/docs/technotes/guides/jni/spec/invocation.html#wp9502</a></p> <p>Could it be possible to rebuild Jabber.net with a JNI_OnLoad method returning JNI_VERSION_1_2 ??</p>
    singulars
    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