On Aug 23, 2011, at 6:14 AM, SRI wrote: > I have renamed the sqlite db extension to mp4 to avoid the > compression and hence able to handle big asset files.
An alternative solution is to use the mandroid -0 (zero) option [0] in the $(MandroidExtraArgs) MSBuild property [1]. The -0 option disables compression for all files with the specified file extension. This would allow you to continue using a .db extension (or whatever you prefer). - Jon [0] http://android.xamarin.com/Documentation/Tools/Mandroid.exe [1] http://android.xamarin.com/Documentation/Build_Process#Mandroid_Arguments _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
