[mono-android] 4.2.8 JAR Bindings bug

Jeremy A. Kolb - ARA/NED jkolb at ara.com
Tue Oct 23 13:36:09 UTC 2012


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: monodroid-bounces at lists.ximian.com [mailto:monodroid-bounces at lists.ximian.com] On Behalf Of Jeremy A. Kolb - ARA/NED
Sent: Tuesday, October 23, 2012 9:27 AM
To: monodroid at lists.ximian.com
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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monodroid/attachments/20121023/3e438d92/attachment.html>


More information about the Monodroid mailing list