Hi Atsushi, Thanks for your response.
I am able to build the app, now to see if it will work correctly with MonoDroid. Thanks, Hani -----Original Message----- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of Atsushi Eno Sent: Sunday, August 12, 2012 6:35 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] Crittercism Bindings From the names I think those types are obfuscated (the type names are like 'a', 'b', ...) and prevents bindings sanity. You should filter them out by describing "removal" in Metadata.xml in XPath for obj/Debug/api.xml like: <metadata> <remove-node api="/api/package[@name='<the_package_name>']/class[string-length(@name) = 1]" /> <remove-node api="/api/package[@name='<the_package_name>']/interface[string-length(@name) = 1]" /> </metadata> Atsushi Eno Hani Gobran wrote: > > Has anyone been able to get Android Crittercism > (http://www.crittercism.com/) library to bind. > > When I try I get the following errors: > > generated\src\Com.Crittercism.Service.CrittercismService.cs(25,25): > Error CS0542: 'A': member names cannot be the same as their enclosing > type (CS0542) (CrittercismLibrary) > > generated\src\Crittercism.Android.B.cs(24,24): Error CS0542: 'B': > member names cannot be the same as their enclosing type (CS0542) > (CrittercismLibrary) > > -Hani > > > > _______________________________________________ > Monodroid mailing list > Monodroid@lists.ximian.com > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid