Re: [mono-android] monodevelop 2.6 beta3

2011-05-25 Thread Carlos Alberto Cortez
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

Re: [mono-android] monodevelop 2.6 beta3

2011-05-25 Thread Carlos Alberto Cortez
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

Re: [mono-android] monodevelop 2.6 beta3

2011-05-25 Thread 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 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?

Re: [mono-android] Problem to access assets files

2011-05-24 Thread Carlos Alberto Cortez
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

Re: [mono-android] Configure andriod emulator for mono

2011-05-24 Thread Carlos Alberto Cortez
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