Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>Update</strong>: Since I wrote this answer two years ago, we productized Mono to run on Android. The work included a few steps: porting Mono to Android, integrating it with Visual Studio, building plugins for MonoDevelop on Mac and Windows and exposing the Java Android APIs to .NET languages. This is now available at <a href="http://monodroid.net" rel="nofollow noreferrer">http://monodroid.net</a></p> <ul> <li>Getting Started: <a href="http://monodroid.net/Welcome" rel="nofollow noreferrer">http://monodroid.net/Welcome</a></li> <li>Documentation: <a href="http://monodroid.net/Documentation" rel="nofollow noreferrer">http://monodroid.net/Documentation</a></li> <li>Tutorials: <a href="http://monodroid.net/Tutorials" rel="nofollow noreferrer">http://monodroid.net/Tutorials</a></li> </ul> <p>Mono on Android is based on the Mono 2.10 runtime, and defaults to 4.0 profile with the C# 4.0 compiler and uses Mono's new SGen garbage collection engine, as well as our new distributed garbage collection system that performs GC across Java and Mono.</p> <hr> <p>The links below reflect Mono on Android as of January of 2009, I have kept them for historical context</p> <p>Mono now works on Android thanks to the work of Koushik Dutta and Marc Crichton.</p> <p>You can see a video of it running here: <a href="http://www.koushikdutta.com/2009/01/mono-on-android-with-gratuitous-shaky.html" rel="nofollow noreferrer">http://www.koushikdutta.com/2009/01/mono-on-android-with-gratuitous-shaky.html</a></p> <p>And you can get the instructions to build Mono yourself here: <a href="http://www.koushikdutta.com/2009/01/building-mono-for-android.html" rel="nofollow noreferrer">http://www.koushikdutta.com/2009/01/building-mono-for-android.html</a></p> <p>You can get a benchmark comparing Mono's JIT vs Dalvik's interpreter here: <a href="http://www.koushikdutta.com/2009/01/dalvik-vs-mono.html" rel="nofollow noreferrer">http://www.koushikdutta.com/2009/01/dalvik-vs-mono.html</a></p> <p>And of course, you can get a pre-configured image with Mono here (go to the bottom of the post for details on using that): <a href="http://www.koushikdutta.com/2009/01/building-mono-for-android.html" rel="nofollow noreferrer">http://www.koushikdutta.com/2009/01/building-mono-for-android.html</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload