benlau / androidnative.pri

Calling Android functions from Qt without using JNI
Apache License 2.0
103 stars 15 forks source link

it stopped worked with Qt 5.12 #20

Open fro0m opened 5 years ago

fro0m commented 5 years ago

AndroidRuntime: java.lang.UnsatisfiedLinkError: No implementation found for void androidnative.SystemDispatcher.jniEmit(java.lang.String, java.util.Map) (tried Java_androidnative_SystemDispatcher_jniEmit and Java_androidnative_SystemDispatcher_jniEmit__Ljava_lang_String_2Ljava_util_Map_2)

seems that JNI_onLoad is not called

fro0m commented 5 years ago

it obviously goes from https://bugreports.qt.io/browse/QTBUG-71318?jql=text%20~%20jni_onload

SailfishDeveloper commented 4 years ago

Any solution to make this useful library working?