Trying to bind to a service of a third party java library through JNI in QT
Unsolved
Language Bindings
-
Hi,
I have a third party java android library which i have include in my QT application following the steps in QtAndroidExtras.
I am able to access the APIs present in the 3rd party library but I need to bind to the service in the other library and it is failing F/art (11110): art/runtime/check_jni.cc:70] JNI DETECTED ERROR IN APPLICATION: JNI CallStaticVoidMethodV called with pending exception '....$ServiceNotDeclaredException' thrown in unknown throw location.
I have included the service in the android-sources/AndroidManifest.xml .
Can someone help me with binding to this third party library service through JNIThank you