Re: [mono-android] Cant' deploy app

2011-10-14 Thread El-Sayed Mohamed
droid-boun...@lists.ximian.com] 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 sugg

Re: [mono-android] Cant' deploy app

2011-10-13 Thread Jonathan Pryor
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 subclasses, such as AbsListView, ExpandableListView, etc. The problem is due to a limitation in how we handle Java generics, so sticking to

Re: [mono-android] Cant' deploy app

2011-10-10 Thread El-Sayed Mohamed
, 2011 7:56 PM To: Discussions related to Mono for Android Subject: Re: [mono-android] Cant' deploy app On Oct 7, 2011, at 11:22 PM, El-Sayed Mohamed wrote: > I can't deploy my application to the emulator. The app build right but fail while trying to deploy with this error in the output

Re: [mono-android] Cant' deploy app

2011-10-10 Thread Jonathan Pryor
On Oct 7, 2011, at 11:22 PM, El-Sayed Mohamed wrote: > I can’t deploy my application to the emulator. The app build right but fail > while trying to deploy with this error in the output build windows in visual > studio 2010: > Mainly the error is due to missing method implementation. It is compla

Re: [mono-android] Cant' deploy app

2011-10-09 Thread El-Sayed Mohamed
sions related to Mono for Android Subject: Re: [mono-android] Cant' deploy app Hi, CAUTION : What I am found out to deploy to Emulator/Device is a Hack and if this is a bug, then wait for Mono for Android to rectify it. Use this as a workaround only or till some other person give

Re: [mono-android] Cant' deploy app

2011-10-09 Thread SRI
Hi, CAUTION : What I am found out to deploy to Emulator/Device is a Hack and if this is a bug, then wait for Mono for Android to rectify it. Use this as a workaround only or till some other person gives a better suggestion. I have no experience in using AdapterView and what I f

Re: [mono-android] Cant' deploy app

2011-10-08 Thread El-Sayed Mohamed
I'm still unable to solve this problem. This is really a showstopper issue, anyone there can help?. You can produce this bug simply by following these steps: 1- Open visual studio and create a new Mono for Android application. 2- Add a new class named 'MyAdapter'. 3- Let the n