Android : Including a library to call from your JNI classes on Eclipse - Android

on Thursday, March 26, 2015


In the CPP file placed under jni folder along with the header file and Android.mk, I have to make use of an API from a third party library. The library providers gave me two files:


RemoteDesk.h libremotedesk_client.so


How shall I include these two files? How should the Android.mk file look?


0 comments:

Post a Comment