Well, you need to see if it's in the C# as well. Use the object browser or go to declaration if in VS... I don't know about MonoDevelop. Also look at the warnings generated when building your binding project and see if it says anything about the missing function.
-----Original Message----- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of mihaivader Sent: Wednesday, November 14, 2012 10:25 AM To: monodroid@lists.ximian.com Subject: Re: [mono-android] Monodroid error - "generator.exe" exited with code 255 I already did all that. I just don't know how to import the proper name spaces I've added using Com.Nostra13.Universalimageloader.Core; but when I try to ImageLoader imageLoader = ImageLoader.getInstance(); I get this error 'Com.Nostra13.Universalimageloader.Core.ImageLoader' does not contain a definition for 'getInstance()' Here's how it's defined in the java code https://github.com/nostra13/Android-Universal-Image-Loader/blob/master/UniversalImageLoader/src/com/nostra13/universalimageloader/core/ImageLoader.java -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Monodroid-error-generator-exe-exited-with-code-255-tp5712354p5712370.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ 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