this is the list of values for the aapt -0 option.

   -0  specifies an additional extension for which such files will not

       be stored compressed in the .apk.


so in your example *.foo and *.bar won't be compressed.

On Sun, Mar 8, 2015 at 11:10 PM 杨辉 <yanghui1986...@gmail.com> wrote:

> What are the meaning of the aaptOptions .noCompress , etc. Any body can
> explain them to me,
>
> aapt options
>>
>> android {
>>     aaptOptions {
>>         noCompress 'foo', 'bar'
>>         ignoreAssetsPattern 
>> "!.svn:!.git:!.ds_store:!*.scc:.*:_*:!CVS:!thumbs.db:!picasa.ini:!*~"
>>     }
>> }
>>
>> This affects all tasks using aapt.
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "adt-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to adt-dev+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to