ugh, thanks for looking into this. I fixed it.
On Tue, May 6, 2014 at 6:44 AM, Riccardo Ciovati <[email protected]> wrote: > 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. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- 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.
