Assigned
Status Update
Comments
bo...@google.com <bo...@google.com>
je...@google.com <je...@google.com>
ey...@gmail.com <ey...@gmail.com> #2
Disregard - after adding
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
ja...@gmail.com <ja...@gmail.com> #3
Well the error message is that it tried to configure jacoco task and failed, so it works for you because you disabled the feature.
So the error message is indicative of a bigger problem. Oviously, 8.2 is pretty old for us, not sure you are interested in trying 8.8.
The easiest would be to have a project reproducing the issue, if that's possible, we'll look into it.
my...@gmail.com <my...@gmail.com> #4
We tried bumping things up to 8.8 but that causes other problems that we need to resolve first. There was a long list of issues with name spaces and what not due to clashes across different 3rd part integrations that we have in the app.
Unfortunately we haven't had the resources to keep things up to date for a long time - and now every possible problem is just piling up...
I'll get back once we manage to upgrade to 8.8...
Unfortunately we haven't had the resources to keep things up to date for a long time - and now every possible problem is just piling up...
I'll get back once we manage to upgrade to 8.8...
ey...@gmail.com <ey...@gmail.com> #5
I tried disabling the Apollo plugin, and the extra daemon is still there.
Hope to share a repro soon.
Description
DESCRIBE THE ISSUE IN DETAIL:
Android Studio has started creating multiple Gradle daemons when there should only be one. One of those daemons is the "correct" one, and only shows as "BUSY" in the output of
./gradlew --status
, otherwise it shows "IDLE". The other ones always show as "BUSY" even when nothing is building or running.STEPS TO REPRODUCE:
./gradlew --status
and see multiple daemons createdI grabbed two thread dumps from the "extra" daemon a few seconds apart (usinghttps://spotify.github.io/threaddump-analyzer/ ):
Here are the logs from when AS is syncing: