On May 17, 2012, at 4:24 AM, kuma wrote: > I have a different message: > > Error 22 The "GenerateJavaStubs" task failed unexpectedly. > System.ArgumentException: *An item with the same key has already been added.* > at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) > at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, > Boolean add) > at Xamarin.Android.Tasks.GenerateJavaStubs.Execute()
Apparently you have two (or more) Java.Lang.Object subclasses which have the same ACW name. I'm not sure how/why this would be happening; could you provide a test case? Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
