Right... but the method is already protected. So you need to see what the access is of the method that's hanging off of 'Com.Nostra13.Universalimageloader.Core.Download.URLConnectionImageDownloader' and you need to make them match. So I would either change what you have below to private or public or change URLConnectionImageDownloader depending on what makes the most sense.
-----Original Message----- From: monodroid-boun...@lists.ximian.com [mailto:monodroid-boun...@lists.ximian.com] On Behalf Of mihaivader Sent: Wednesday, November 14, 2012 9:01 AM To: monodroid@lists.ximian.com Subject: Re: [mono-android] Monodroid error - "generator.exe" exited with code 255 I've added this, but I still get the same errors <attr path="/api/package[@name='com.nostra13.universalimageloader.core.download']/class[@name='ImageDownloader']/method[@name='getStreamFromNetwork']" name="visibility">protected</attr> and the method in question is defined here https://github.com/nostra13/Android-Universal-Image-Loader/blob/master/UniversalImageLoader/src/com/nostra13/universalimageloader/core/download/ImageDownloader.java -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Monodroid-error-generator-exe-exited-with-code-255-tp5712354p5712358.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