When you build in release mode, the runtime is embedded into your application's apk, it does not load anything from an external package. Your application is fully self contained.
The shared runtime(s) are only to speed up debugging, they are not shipped to the marketplace. Jonathan On 12/11/2011 1:03 PM, frankhevans wrote: > I just upgraded to mono for android 4.0. When I started debugging a project > it conveniently removed the old version of the runtime. > > But what happens when someone installs my app, then later installs a > different mono-android app which requires a different runtime? > > > > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/multiple-monodroid-runtimes-installed-tp5066364p5066364.html > Sent from the Mono for Android mailing list archive at Nabble.com. > _______________________________________________ > Monodroid mailing list > [email protected] > > UNSUBSCRIBE INFORMATION: > http://lists.ximian.com/mailman/listinfo/monodroid > > _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
