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
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
, 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
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
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
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
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