how can I use Android dexOptions?

2015-03-08 Thread 杨辉
What are the meaning of the dexOptions.incremental, etc. Any body can explain them to me. > dex options > > android { > dexOptions { > incremental false > preDexLibraries = false > jumboMode = false > javaMaxHeapSize "2048M" > } > } > This affects all tas

How can I use Android aaptOptions?

2015-03-08 Thread 杨辉
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:!*~" > } > }