hello Daiane:
thanks for your reply, the problem is solved. I make a stupid error, i should write the correct jni function define in the .c file:
jstring Java_+ mypacketname..._+ activity class name+ _( JNIEnv* env, jobject thiz ...)
{ .....}
change to
jstring Java_+ mypacketname..._+ service class name+ _( JNIEnv* env, jobject thiz ...)
{ .....}
Daiane Angolini said:
Do you want to include some other sensor support?
or
Do you want to create something like i2ctools within an application?