Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Language Bindings
  4. Trying to bind to a service of a third party java library through JNI in QT

Trying to bind to a service of a third party java library through JNI in QT

Scheduled Pinned Locked Moved Unsolved Language Bindings
1 Posts 1 Posters 588 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sushma_rai
    wrote on last edited by
    #1

    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 JNI

    Thank you

    1 Reply Last reply
    1

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved