Skip to main content
added 5 characters in body; added 54 characters in body
Source Link
Ken
  • 31.3k
  • 35
  • 119
  • 158

You needwill want the Java Native Interface, or "JNI".

See: "Java Native Interface Wiki" "Android JNI Tips" and links therein. It is some work to get this going and to get used to how it goes. I managed it from the references given here with C and it will work out after some time and faith without further help if you follow all the steps.

You need the Java Native Interface, or "JNI".

See: "Java Native Interface Wiki" "Android JNI Tips" and links therein. It is some work to get this going and to get used to how it goes. I managed it from the references given here with C and it will work out without further help.

You will want the Java Native Interface, or "JNI".

See: "Java Native Interface Wiki" "Android JNI Tips" and links therein. It is some work to get this going and to get used to how it goes. I managed it from the references given here with C and it will work out after some time and faith without further help if you follow all the steps.

Source Link
Ken
  • 31.3k
  • 35
  • 119
  • 158

You need the Java Native Interface, or "JNI".

See: "Java Native Interface Wiki" "Android JNI Tips" and links therein. It is some work to get this going and to get used to how it goes. I managed it from the references given here with C and it will work out without further help.