androidnative.pri icon indicating copy to clipboard operation
androidnative.pri copied to clipboard

Calling Android functions from Qt without using JNI

Results 5 androidnative.pri issues
Sort by recently updated
recently updated
newest added

Hi @benlau, An interesting and great alternative way of making Java/Android function calls instead of using JNI ! This library supports connectivity with Java (non-Android) applications and how it can...

When im trying to use it on android 25, then i got the error as in the title. Is there any hope it will be working for the newest targets?...

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

Hi it would be nice if AndroidNative could be used for Android Intents (share to Qt/QML APP). I only get the type "androidnative.Activity.onResume" and an empty object as message.