On May 14, 2012, at 5:01 PM, TGrimace wrote: > Is this normal? Yes: There can be only one set of Mono.Android.DebugRuntime and Mono.Android.Platform.ApiLevel_X packages installed on a device, and they are not backward compatible at all. For example, the 4.2.1 Mono.Android.dll has several API breaks from the 4.0.6 Mono.Android.dll.
> If I eventually write an app and put it on the Kindle store, or wherever, is > it going to break every time there's an update? No, your apps will not break. App builds that go onto an App store are Release builds, which include the mono runtime and all dependencies within the .apk. Release Mono for Android application packages are entirely self-contained, and upgrading/replacing the Debug packages will have no effect on Release app packages. - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
