Looks like a typo crept into one of our changes. If you open up your .csproj and find this line:
<AndroidStoreUncompressedFileExtensions>.log</AndroidStoreUncompressedFileExtensions> Copy/paste and change it to: <AndroidUncompressedFileExtensions>.log</AndroidUncompressedFileExtensions> Then reopen and rebuild your project and it should work. This will be fixed for the next release. I apologize for the inconvenience, Jonathan On 12/14/2011 1:13 AM, warren burch wrote: > in the Application properties tab does not appear to work. I have an XNB > which is over 1Mb (problems uncompressing on Android 2.1) I wish for aapt to > not compress XNB files. In the edit control on the project Application > properties page called 'Leave the following resource extensions > uncompressed" I have tried all the following permutations > > .xnb > .xnb; > xnb > ".xnb" > .xnb;.foo > > nothing works. If I rename the APK to .ZIP I can see the XNB files have been > compressed. > > Does this just not work? or am I doing something stupid? > > Cheers > Warren > > > > > -- > View this message in context: > http://mono-for-android.1047100.n5.nabble.com/leave-the-following-resource-extensions-uncompressed-tp5073724p5073724.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
