On May 30, 2012, at 2:51 AM, Narayan Sainaney wrote:
> Would appreciate any info on what might be wrong.

Part of the build output will be a obj\Debug\api.xml file. Can you attach that?

The code generator is crashing when attempting to translate some Java generics 
constructs, probably in a type name that contains a '<' but not a '>' (which 
wouldn't be a valid type name). Either there's a bug in our .jar parser 
(generating bad type names), or you're using a Metadata file to alter a type 
name (and forgetting a '>'), or "something else" is going wrong. The api.xml 
file should narrow things down.

It would be also helpful to know if you're using any Metadata transformations:

        
http://docs.xamarin.com/android/tutorials/Binding_a_Java_Library_(.jar)#Transform_Files
        http://docs.xamarin.com/android/tutorials/API_Metadata_Reference

Thanks,
 - Jon

_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to