Fixed
Status Update
Comments
gh...@google.com <gh...@google.com>
je...@google.com <je...@google.com>
ku...@gmail.com <ku...@gmail.com> #2
I just tested with 8.1.36-dev and 8.2.0-dev and the issue is still present.
lu...@google.com <lu...@google.com>
lu...@google.com <lu...@google.com> #4
I can't share a repro, and the full dump contains a lot of proprietary info. Is there a subset of the dump I can share that would be helpful?
lu...@google.com <lu...@google.com> #5
Can you share the resulting apk and then the androidx.profileinstaller.ProfileInstallerInitializer$Choreographer16Impl class file from the dump (it should be in the program.jar inside the dump)
lu...@google.com <lu...@google.com>
pa...@gmail.com <pa...@gmail.com> #6
redacted
kh...@gmail.com <kh...@gmail.com> #7
Comment has been deleted.
sa...@peilicke.de <sa...@peilicke.de> #8
I can't repro the verification error with the attached apk, how do I repro, and what version of android did you repro on (dex2oat will fully compile this without issues on 6 and 12)
lu...@google.com <lu...@google.com> #9
I can repro on 8, 11, and 13. It crashes as soon as the app is opened.
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