Hi gramlin,
I can only try and answer your code question.
I had the same issue - but it was fixed when I added both of the following
constructors:
//public Conf(IntPtr handle)
// : base(handle)
//{
//}
protected Conf(IntPtr javaReference, JniHandleOwnership
transfer)
: base(javaReference, transfer)
{
}
public Conf()
{
}
HTH...
--
View this message in context:
http://mono-for-android.1047100.n5.nabble.com/Backwards-compatibility-Android-App-Application-tp5065556p5065598.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