ImageDownloader: protected abstract InputStream getStreamFromNetwork(URI 
imageUri) throws IOException;
URLConnectionImageDownloader: public InputStream getStreamFromNetwork(URI 
imageUri) throws IOException
HttpClientImageDownloader: protected InputStream getStreamFromNetwork(URI 
imageUri) throws IOException

Making URLConnectionImageDownloader's method protected should fix this.  
Alternatively just make them all public if you need to actually call the method.

Jeremy

-----Original Message-----
From: monodroid-boun...@lists.ximian.com 
[mailto:monodroid-boun...@lists.ximian.com] On Behalf Of mihaivader
Sent: Wednesday, November 14, 2012 9:21 AM
To: monodroid@lists.ximian.com
Subject: Re: [mono-android] Monodroid error - "generator.exe" exited with code 
255

If I make this change
<attr
path="/api/package[@name='com.nostra13.universalimageloader.core.download']/class[@name='ImageDownloader']/method[@name='getStreamFromNetwork']"
 
name="visibility">private</attr>

I get an error saying it can't be private. If I use "public" i just get the 
same error as before.
public partial class URLConnectionImageDownloader :
global::Com.Nostra13.Universalimageloader.Core.Download.ImageDownloader

must be public



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Monodroid-error-generator-exe-exited-with-code-255-tp5712354p5712360.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

Reply via email to