ed? Is it automatic and what is the effect on
> the mono droid license activation?
>
> Cheers
> Chris
>
> From: Carlos Alberto Cortez
> Reply-To: Discussions related to Mono for Android <
> monodroid@lists.ximian.com>
>
> Date: Wed, 25 May 2011 15:49:01 +0200
The previously mentioned points are regarding Mono for Android only, btw ;-)
2011/5/25 Carlos Alberto Cortez
> The new beta includes an updated version of the addin, including
>
> * Misc bug fixes (among other, a race condition detecting the devices)
> * Manual package crea
The new beta includes an updated version of the addin, including
* Misc bug fixes (among other, a race condition detecting the devices)
* Manual package creation
* ABI selection
Let us know if you try it.
Carlos.
2011/5/25 Wally McClure
> Has anyone tried the new beta that came out yesterday?
Hello,
It seems that for some reason the file is not being 'registered' as an
actual asset file, even if being bundled with the apk.
To do so, click on the file on the solution explorer, and then change "Build
action" to "AndroidAsset" in the properties window.
Carlos.
2011/5/24 david.chhang
Hello,
The "The device does not support the minimum SDK level specified in the
manifest." indicates that the device is using an Android version that is
older than the specified in the project (8 by default). You may try to
specify an older Android version -6 or 7- in the solution and try again.
C