On Sep 2, 2011, at 9:35 AM, Neal wrote: > We may be taking on a project where we will team dev on an Android project. > We will use VS 2010, they only have Mac’s so they’ll use MonoDevelop. Can an > Android app be shared across platform like this?
Yes, this should work. However, you should also be careful about file encoding differences, as (depending on locale) the Windows ANSI encoding may not match what the OSX users are using, resulting in possible compilation errors. I would suggest that you just use UTF-8 for all your sources. :-) - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
