Hi, I seem to have trouble getting this to work. In particular, I am unable to the get a reference to the constructor via :
_methodIdCtor = JNIEnv.GetMethodID(_class_ref, "<init>", "()V"); which results in the error: Java.Lang.NoSuchMethodError. Like the sample code there is no public constructor defined. Even if I add one with a void parameter list, it still fails. Any ideas, or better yet, does anybody have a working project? thanks, Dennis -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Facebook-Connect-bindings-for-MonoDroid-tp5111515p5711463.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
