Subject: Error in Android: No JNI_OnLoad found in /system/lib/libc.so 0x413bbd68, skipping init
Tried to connect to a normal OpenFire xmpp server using matrix Mono build. In Unity it works just fine and connects. However, when building for Android it produces the a Matrix.ExceptionEventArgs exception (in OnError method with message "getifaddrs").
The log also produces the following error before calling OnError:
D/dalvikvm(18926): No JNI_OnLoad found in /system/lib/libc.so 0x413bbd68, skipping init
This when calling xmppClient.Open()
Any thoughts?
Best Regards
Jonas Andersson
The log also produces the following error before calling OnError:
D/dalvikvm(18926): No JNI_OnLoad found in /system/lib/libc.so 0x413bbd68, skipping init
This when calling xmppClient.Open()
Any thoughts?
Best Regards
Jonas Andersson