Okay seems we do have a fix for this after all. The issue is because the Java interface TrackerHandler isn't visible. The fix is to add a metadata fix-up to expose this interface.Add this to your MetaData.xml :
<attr path="/api/package[@name='com.google.analytics.tracking.android']/interface[@name='TrackerHandler']" name="visibility">public</attr> Then things will compile. :) (thanks to Chris Hardy for the tip) On Fri, Nov 16, 2012 at 8:52 AM, Tom Opgenorth <t...@opgenorth.net> wrote: > Just gave this a try myself and I'm getting the same error. This is a > tricky one, because this is the *only* error we get. Without looking at the > source code it hard to say. My first guess is that this is that v2 is beta > software, so there is indeed something odd with the code that the Java > Binding generator doesn't like. > > Can you wait for next beta of v2? Or can you use v1 of Google Analytics? > I dropped v1 into a Java Binding project and it compiled first time without > any problems. > > On Thu, Nov 15, 2012 at 3:08 AM, jamie <jamie.hinton+nab...@curlyweb.co.uk > > wrote: > >> Com.Google.Analytics.Tracking.Android.GoogleAnalytics.cs >> > > > > -- > http://www.opgenorth.net > -- http://www.opgenorth.net
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid