I want to have a full documentation for android ndk.
or a url that explains how to use android specific strings like jstring and functions that will call android functions from c etc.
I want to have a full documentation for android ndk.
or a url that explains how to use android specific strings like jstring and functions that will call android functions from c etc.
I guess you mean JNI, the means of Java/C interaction. Try http://java.sun.com/docs/books/jni/html/jniTOC.html
In the folder android-ndk/docs
there are documentation that is connected with android-ndk.