mail-archives/monodroid/2012-November/012827.html

114 строки
5.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE> [mono-android] Monodroid error - &quot;generator.exe&quot; exited with code 255
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:monodroid%40lists.ximian.com?Subject=Re%3A%20%5Bmono-android%5D%20Monodroid%20error%20-%20%22generator.exe%22%20exited%0A%09with%09code%09255&In-Reply-To=%3CE3C3E5C1DB20E040A23772BAB822E3646CDA9C8B%40mail-west-2.exchange2.ara.wan%3E">
<META NAME="robots" CONTENT="index,nofollow">
<style type="text/css">
pre {
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
}
</style>
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="012826.html">
<LINK REL="Next" HREF="012828.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[mono-android] Monodroid error - &quot;generator.exe&quot; exited with code 255</H1>
<B>Jeremy A. Kolb - ARA/NED</B>
<A HREF="mailto:monodroid%40lists.ximian.com?Subject=Re%3A%20%5Bmono-android%5D%20Monodroid%20error%20-%20%22generator.exe%22%20exited%0A%09with%09code%09255&In-Reply-To=%3CE3C3E5C1DB20E040A23772BAB822E3646CDA9C8B%40mail-west-2.exchange2.ara.wan%3E"
TITLE="[mono-android] Monodroid error - &quot;generator.exe&quot; exited with code 255">jkolb at ara.com
</A><BR>
<I>Wed Nov 14 13:54:19 UTC 2012</I>
<P><UL>
<LI>Previous message: <A HREF="012826.html">[mono-android] Monodroid error - &quot;generator.exe&quot; exited with code 255
</A></li>
<LI>Next message: <A HREF="012828.html">[mono-android] Monodroid error - &quot;generator.exe&quot; exited with code 255
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12827">[ date ]</a>
<a href="thread.html#12827">[ thread ]</a>
<a href="subject.html#12827">[ subject ]</a>
<a href="author.html#12827">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Check that the permissions are the same. A lot of times you have to change the visibility on either the base class or the derived class so that they match (public/private/protected). You can do that with an XML transform as well:
&lt;attr path=&quot;/api/package[@name='org.osmdroid.views.overlay']/class[@name='Overlay']/method[@name='draw']&quot; name=&quot;visibility&quot;&gt;public&lt;/attr&gt;
-----Original Message-----
From: <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">monodroid-bounces at lists.ximian.com</A> [mailto:<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">monodroid-bounces at lists.ximian.com</A>] On Behalf Of mihaivader
Sent: Wednesday, November 14, 2012 8:52 AM
To: <A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">monodroid at lists.ximian.com</A>
Subject: Re: [mono-android] Monodroid error - &quot;generator.exe&quot; exited with code 255
Yeah. I eventually found that one out. It's also missing in the xamarin documentation
<A HREF="http://docs.xamarin.com/Android/Guides/Advanced_Topics/Java_Integration_Overview/Binding_a_Java_Library_%28.jar%29">http://docs.xamarin.com/Android/Guides/Advanced_Topics/Java_Integration_Overview/Binding_a_Java_Library_%28.jar%29</A>
I've added that &quot;]&quot; but now I'm getting
'Com.Nostra13.Universalimageloader.Core.Download.ImageDownloader' in explicit interface declaration is not an interface and 'Com.Nostra13.Universalimageloader.Core.Download.URLConnectionImageDownloader'
does not implement inherited abstract member
'Com.Nostra13.Universalimageloader.Core.Download.ImageDownloader.GetStreamFromNe&#8204;
twork(Java.Net.URI)'
I've looked at the Java code and GetStreamFromNe&#8204;&#8203;twork is an abstract method in the abstract class ImageDownloader
Any ideas ?
--
View this message in context: <A HREF="http://mono-for-android.1047100.n5.nabble.com/Monodroid-error-generator-exe-exited-with-code-255-tp5712354p5712356.html">http://mono-for-android.1047100.n5.nabble.com/Monodroid-error-generator-exe-exited-with-code-255-tp5712354p5712356.html</A>
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">Monodroid at lists.ximian.com</A>
UNSUBSCRIBE INFORMATION:
<A HREF="http://lists.ximian.com/mailman/listinfo/monodroid">http://lists.ximian.com/mailman/listinfo/monodroid</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="012826.html">[mono-android] Monodroid error - &quot;generator.exe&quot; exited with code 255
</A></li>
<LI>Next message: <A HREF="012828.html">[mono-android] Monodroid error - &quot;generator.exe&quot; exited with code 255
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12827">[ date ]</a>
<a href="thread.html#12827">[ thread ]</a>
<a href="subject.html#12827">[ subject ]</a>
<a href="author.html#12827">[ author ]</a>
</LI>
</UL>
<hr>
<a href="http://lists.ximian.com/mailman/listinfo/monodroid">More information about the Monodroid
mailing list</a><br>
</body></html>