0

I read about the new Android Runtime (ART) which is now the default on Android 5 (Lollipop).

I am wondering whether the Ahead of time compilation that this new runtime enables works for Java code only, or for any code ?

For example, i am writing a Mono (C#) code for Android, is that subject to any changes when being executed on the new ART ?

lysergic-acid
  • 19,570
  • 21
  • 109
  • 218

1 Answers1

2

Looks like Xamarin/Mono added support for ART in version 4.12.3 of the Xamarin Android framework.

http://developer.xamarin.com/releases/android/xamarin.android_4/xamarin.android_4.12/

DejanRistic
  • 2,039
  • 18
  • 13
  • I am using Unity (a game engine). I don't believe they added or modified anything in their Mono runtime to support that. I was wondering if the same code may experience any issues when running on the new runtime. – lysergic-acid Oct 27 '14 at 13:50