On Dec 6, 2011, at 3:14 AM, Jens Boye Hansen wrote: > Packaging failed > Could not create the Android package. See exception for more details.
By any chance, are you obfuscating your assemblies? Alternatively, do you have a _really_ big assembly? Based on the implementation of ByteBuffer.ReadUInt32(): https://github.com/mono/mono/blob/master/mcs/class/Mono.Cecil/Mono.Cecil.PE/ByteBuffer.cs#L97 The best I can figure is that either it's processing a method so large that position+1 is causing an overflow in the indexer, or some form of obfuscation is really confusing Cecil. :-/ Thanks, - Jon _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid