Hi guys, I've a problem. I've to use on my Android Application GameCircle by Amazon. Here the api reference:https://developer.amazon.com/sdk/gamecircle.html
These are errors that I have: Com.Amazon.Ags.Client.Whispersync.GameDataSingleMap.cs(23,23): Error CS0738: `Com.Amazon.Ags.Client.Whispersync.GameDataSingleMap' does not implement interface member `Com.Amazon.Ags.Client.Whispersync.Model.IMergeable.DeepCopy()' and the best implementing candidate `Com.Amazon.Ags.Client.Whispersync.GameDataSingleMap.DeepCopy()' return type `Com.Amazon.Ags.Client.Whispersync.GameDataSingleMap' does not match interface member return type `Java.Lang.Object' (CS0738) (GameCircle.MonoDroid) Com.Amazon.Ags.Client.Whispersync.GameDataSingleMap.cs(23,23): Error CS0535: `Com.Amazon.Ags.Client.Whispersync.GameDataSingleMap' does not implement interface member `Com.Amazon.Ags.Client.Whispersync.Model.IMergeable.Merge(Java.Lang.Object)' (CS0535) (GameCircle.MonoDroid) Com.Amazon.Ags.Client.Whispersync.Model.NumberList.cs(80,80): Error CS0103: The name `DeepCopy' does not exist in the current context (CS0103) (GameCircle.MonoDroid) I've created a project on GitHub and I have created posts on xamarin forum and on Stackoverflow but no help. Here reference: *GitHub project* https://github.com/mapo80/GameCircle.MonoDroid *Xamarin forum post* http://forums.xamarin.com/discussion/10307/gamecircle-amazon *Stackoverflow* http://stackoverflow.com/questions/20032664/gamecircle-monodroid-xamarin Could you help me? Thanks, very much.
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid