With best regards, Abel Pereira Sent from my Windows Phone From: El-Sayed Mohamed Sent: 14-10-2011 16:52 To: Discussions related to Mono for Android Subject: Re: [mono-android] Cant' deploy app Thank you Jon for your tip, but unfortunatly it didn't work and I have got the same error. I have changed from AdapterView<IAdapter> to AsbListView with no luck. Seems it is not related to generics?.
Thanks, El-Sayed -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jonathan Pryor Sent: Friday, 14 October, 2011 5:25 AM To: Discussions related to Mono for Android Subject: Re: [mono-android] Cant' deploy app On Oct 10, 2011, at 5:11 PM, El-Sayed Mohamed wrote: > But, can you suggest any workarounds?. I would suggest trying to subclass/use one of the AdapterView<T> subclasses, such as AbsListView, ExpandableListView, etc. The problem is due to a limitation in how we handle Java generics, so sticking to the non-generic subclasses _should_ work... (famous last wordsT) - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
