On Apr 5, 2014, at 4:50 PM, Vladimir Dimitrov <[email protected]> wrote: > The question still have is why was everything working in debug mode while the > support for x86 was turned off?
Debug .apk's contain libmonodroid.so for all ABIs, as this makes deployment easier. Rephrased: Debug builds ignore the $(AndroidSupportedAbis) value (by default). - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
