I want to use c/cpp functions/library in an Android application using jni. any suggestion / links / tutorials /example ?
my problem with pointer/structure return
You need to use Android NDK (Native Development Kit).
The NDK package also contains some demos you can compile and run.