jmethodID postOnFB_mthd;
postOnFB_mthd=(*env)->GetMethodID(env,fwkClass,
"postFB","(IILjava/lang/String;)V");I tried with above but its crashing. What I have observed is when we want to pass 2 int parameters ,singnature will be something like
postOnFB_mthd=(*env)->GetMethodID(env,fwkClass,"postFB","(II)V"); but dont know how it should be when there is int and String parameter.
any help is appreciated.
Thanks,
Mangesh Kadam
--To view this discussion on the web visit https://groups.google.com/d/msg/android-ndk/-/hEnpm02gqJgJ.
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To post to this group, send email to andro...@googlegroups.com.
To unsubscribe from this group, send email to android-ndk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-ndk?hl=en.