On Tue, 7 Mar 2017, at 11:09, Viktor Nakidailo wrote:
> I'm using "-j8" flag there, and it produces an error when running the
> "clean" task. Which is documented in google docs and I'm supposed to
> use -j1 when running the "clean" task, but how to do it?
I believe the solution I once used was to insert an extra task:
task cleanWithoutCrashing {
delete '.externalNativeBuild'
}
clean.dependsOn cleanWithoutCrashing
Regards,
Chris
--
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.