Showing posts with label Monodroid. Show all posts
Showing posts with label Monodroid. Show all posts

Saturday, March 12, 2011

Monodrid Preview 14 Available

Good news everyone!
We are happy to release another preview of MonoDroid (r9779)!
Release notes are available here:
Enjoy!
Jonathan

Read more: Monodroid list

Tuesday, March 08, 2011

[Monodroid] Pricing and Go-Live

Hello all
We're getting very close to a 1.0 release of Mono for Android.
Pricing for Mono for Android will be similar to MonoTouch:

Mono for Android Professional: $399
Mono for Android Enterprise: $999
Mono for Android Enterprise 5-Developer License: $3999

The Professional License will include similar features to MonoTouch Professional, in that it will be a "named user" license that should only be used by the developer that originally activates it.  The Professional license will include  rights to redistribute apps in the Android Market, Amazon 
Appstore, or other competing markets.  Additionally,  similar to how Apple's Ad-Hoc deployment policies work,  the Professional License allows direct deployment to up to 100 devices.  If you need to deploy to more devices, or  you need a "floating seat" license, the Enterprise License should suit your needs.

Go-Live
Several users who have been using the previews have expressed interest in acquiring a go-live license in order to "go live" with  their application in production or in the Android Market prior to  the official launch date.

If you are interested in acquiring a go-live license prior to the official launch, please contact mono-android at novell.com or feel free to email me directly with any questions or comments.

Thank you
Joseph Hill
Product Manager, Mono Platform

Read more: Monodroid list

Friday, March 04, 2011

[Monodroid] Preview 13 Hotfix Released

Hello MonoDroiders,

If you are hitting the "Unhandled exception in button_ok_Click:Task" error, I have posted a hotfix that should fix this error:

Note that as a hotfix, this has less testing than normal, so you may not want to upgrade if you are not having this issue.

Please let me know if you still experience this issue, or any new issues with this hotfix.

Thanks!
Jonathan

Read more: Monodroid list

Sunday, February 27, 2011

Monodroid preview 13

General Enhancements

Mono.Android.dll Moved to Debug Shared Runtime Packages
In addition to the regular shared runtime used for debug builds, there are now target version specific ones that contain Mono.Android.dll. This dramatically reduces the size of debug .apks, resulting in much faster deploys, making the change/deploy/test cycle much quicker. Linking is now turned off by default for debug builds.

Versioned Debug Shared Runtimes
Shared runtimes are now versioned, so the IDE can detect if you are running an old shared runtime and automatically remove it. This means you should never need to manually remove the shared runtime again.

Visual Studio Plugin Enhancements
Debugging Enhancements

  • Breakpoints in class libraries should now function as expected.
  • Disabled breakpoints are now skipped.
  • Starting the debugger via "Start New Instance" now works.

Bug Fixes

Read more: Monodroid Preview 13