Il giorno mercoledì 19 marzo 2014 19:48:52 UTC+1, Xavier Ducrohet ha
scritto:
>
> hmm looking at this I discovered that it's turn off by default!
>
> Try with
>
> android {
> dexOptions {
> incremental true
> }
> }
>
I was looking around the source code (goo.gl/zNXocQ) when I spotted what
this problem: at the line 91, instead of
doTaskAction(!forceFullRun)
it should be:
doTaskAction(!forceFullRun.get())
otherwise the parameters will be always false.
Regards,
Riccardo
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.