-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi,
I'm helping someone out with a problem they're having creating a binding for Layer (www.layer.com) When I'm building, I'm getting two errors, both are the same obj/Debug/generated/src/Com.Layer.Sdk.Internal.Query.ConversationQueryRepository.cs(65,113): error CS0508: `Com.Layer.Sdk.Internal.Query.ConversationQueryRepository.A(Com.Layer.Sdk.Query.Query)': return type must be `System.Collections.IList' to match overridden member `Com.Layer.Sdk.Internal.Query.QueryRepository.A(Com.Layer.Sdk.Query.Query)' The code generating this error is [Register ("a", "(Lcom/layer/sdk/query/Query;)Ljava/util/List;", "")] public override sealed global::System.Collections.Generic.IList<global::Com.Layer.Sdk.Messaging.Conversation> A (global::Com.Layer.Sdk.Query.Query p0) { if (id_a_Lcom_layer_sdk_query_Query_ == IntPtr.Zero) id_a_Lcom_layer_sdk_query_Query_ = JNIEnv.GetMethodID (class_ref, "a", "(Lcom/layer/sdk/query/Query;)Ljava/util/List;"); global::System.Collections.Generic.IList<global::Com.Layer.Sdk.Messaging.Conversation> __ret = global::Android.Runtime.JavaList<global::Com.Layer.Sdk.Messaging.Conversation>.FromJniHandle (JNIEnv.CallObjectMethod (Handle, id_a_Lcom_layer_sdk_query_Query_, new JValue (p0)), JniHandleOwnership.TransferLocalRef); return __ret; } I'm not too sure, but is it the [Register...] line causing the problem as it's referencing java/util/list? Intellisense in the Android.Runtime.JavaList says ArrayList is an implementation of IList with an Array behind it (though I'm not sure here if intellisense is giving me the right message!) Any help here would be appreciated. Paul - -- Out now from Packt Publishing - "Xamarin Mobile Application Development for iOS" - my first book http://www.packtpub.com/xamarin-mobile-application-development-for-ios/book -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJU/xHtAAoJEK7ghbJZxtwji0kH/1g1a8/4zGkM57/y/BuTvjXa EpcSi/jej3PNKqI911802f2W12o+hr72T2yReFGWEkCdOWSj94WS9gvkv3sokyXw xAZlzutQ1rMRmEKheYX8EmRLSGruxw/VtM0WdAKgALxC3vHz7VxfsPJimNaoh8RZ HG/yF9xXdqfjKgbbXrYfGjq56qHCj8BhZjaL5ZAuGXG8gWmk2YMxg/xSn6TMQ+1A Lrva1qkRx5ouM9uk0mQ68yfN/wR5bth1statAVaV5WMBvVNOrUIY2LK5VhiI0ENU RaVpMvEjz8990AXR3y+b+cuth3SxE4JJfSpMICBEJhUTUQI33F6ZfJP1UVsRjKE= =RXaw -----END PGP SIGNATURE----- _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid