I just updated Android Studio from 0.8.9
to 1.0.2
, did the changes specified in the release document. Everything works fine except that I am getting the following error
Error:(32, 0) No such property: useAaptPngCruncher for class: com.android.build.gradle.internal.dsl.AaptOptions_Decorated
if I use
aaptOptions.useAaptPngCruncher = true
in gradle. Could anyone help me on this ?
Thanks.