Filed a bug: https://bugzilla.xamarin.com/show_bug.cgi?id=7950
From: [email protected] [mailto:[email protected]] On Behalf Of Jeremy A. Kolb - ARA/NED Sent: Tuesday, October 23, 2012 9:36 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] 4.2.8 JAR Bindings bug I cranked up the verbosity and found: 1> Unknown parameter type org.osmdroid.ResourceProxy.bitmap found in method GetBitmap in type OsmDroid.IResourceProxy 1> Unknown parameter type org.osmdroid.ResourceProxy.bitmap found in method GetDrawable in type OsmDroid.IResourceProxy 1> Unknown parameter type org.osmdroid.ResourceProxy.string found in method GetString in type OsmDroid.IResourceProxy 1> Unknown parameter type org.osmdroid.ResourceProxy.string found in method GetString in type OsmDroid.IResourceProxy 1> Unknown parameter type org.osmdroid.ResourceProxy.bitmap found in method GetBitmap in type OsmDroid.DefaultResourceProxyImpl 1> Unknown parameter type org.osmdroid.ResourceProxy.bitmap found in method GetDrawable in type OsmDroid.DefaultResourceProxyImpl 1> Unknown parameter type org.osmdroid.ResourceProxy.string found in method GetString in type OsmDroid.DefaultResourceProxyImpl 1> Unknown parameter type org.osmdroid.ResourceProxy.string found in method GetString in type OsmDroid.DefaultResourceProxyImpl org.osmdroid.ResourceProxy.bitmap is a public static enum. Full output is at http://pastebin.com/JyQ4x05t From: [email protected]<mailto:[email protected]> [mailto:[email protected]] On Behalf Of Jeremy A. Kolb - ARA/NED Sent: Tuesday, October 23, 2012 9:27 AM To: [email protected]<mailto:[email protected]> Subject: [mono-android] 4.2.8 JAR Bindings bug I upgraded to the 4.2.8 beta build and now it fails to generate the constructor from org.osmdroid.views.ItemizedOverlay in the osmdroid bindings referenced on the website: Java: public ItemizedOverlay(final Drawable pDefaultMarker, final ResourceProxy pResourceProxy); The only one it generates is protected ItemizedOverlay (IntPtr javaReference, JniHandleOwnership transfer) I believe this is because it's now failing to generate anything for org.osmdroid.ResourceProxy. I don't see anything in the output to guide me. Jeremy
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
