You could try to build from the command line with --info to see what the
tasks says about its input/output.

If the task runs because its input changed but the output didn't change, ie
the next task in the chain doesn't see its input as having changed (gradle
checks for content via checksum rather than timestamp), then it means that
the task doesn't properly handle its incremental mode and it's a bug.
Please let us know.

On Sun, Feb 1, 2015 at 6:44 PM, Josh Burton <[email protected]> wrote:

> Hi,
>
> I've run into an issue with one project I'm working on. Fairly often I
> build, but don't see any changes the build (even though I've made changes
> in Java and XML).
>
> I'm forced to clean the project and rebuild, and I'll then see then
> changes in the built apk.
>
> Can anyone point me in the right direction for trying to troubleshoot why
> this might be happening?
>
> --
> 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.

Reply via email to