I just upgraded to 4.7 and now I can't build the OsmDroid bindings.  I get a 
complaint that

C:\Projects\OsmDroidJavaBindings\OSMDroid\obj\Debug\generated\src\OsmDroid.Views.Overlay.OverlayManager.cs(156,58,156,61):
 error CS0508: 'OsmDroid.Views.Overlay.OverlayManager.Get(int)': return type 
must be 'Java.Lang.Object' to match overridden member 
'Java.Util.AbstractList.Get(int)'

It's currently defined in the source as

@Override
    public Overlay get(final int pIndex) {
        return mOverlayList.get(pIndex);
    }


Thanks,
Jeremy
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to