Fixed
Status Update
Comments
gh...@google.com <gh...@google.com>
je...@google.com <je...@google.com>
ku...@gmail.com <ku...@gmail.com> #2
I also have the same issue so it seems to be a real problem.
lu...@google.com <lu...@google.com>
lu...@google.com <lu...@google.com> #4
why is this marked has Obsolete? this is still a bug that is happening and its difficult to fix.
for all who are looking for a solution use this:
http://stackoverflow.com/questions/16200972/android-css-positionfixed-after-a-device-rotate
for all who are looking for a solution use this:
lu...@google.com <lu...@google.com> #5
The reason why this appeared to only impact release builds it that the MERGED_NOT_COMPILED_RES is often only only created when resource shrinking is enabled, so was less likely to appear for debug builds.
lu...@google.com <lu...@google.com>
pa...@gmail.com <pa...@gmail.com> #6
What is the fix version on this? I'm still seeing it in 7.4.2 without any experimental flags while trying to run lint, on second time it works fine, but it's really annoying.
kh...@gmail.com <kh...@gmail.com> #7
Comment has been deleted.
sa...@peilicke.de <sa...@peilicke.de> #8
In which AGP version has this been fixed? The issue is indeed still present in 7.4.2
lu...@google.com <lu...@google.com> #9
It appears the fix made it into 8.0, so unfortunately 7.4.2 is still affected.
Description
On CI builds we are seeing the following build failure happen occasionally during an incremental build. For example we do a build, then apply a change from a git commit, and build again.
We have enabled the following two properties for making the mergeResources task relocatable which could be the reason from looking at the stacktrace:
The app module also uses custom res source set locations in case that is relevant:
Stacktrace:
Version of Gradle Plugin: 7.0.0
Version of Gradle: Gradle 7.2
Version of Java: 11
OS: centOS