Status Update
Comments
ga...@google.com <ga...@google.com>
bi...@google.com <bi...@google.com>
bi...@google.com <bi...@google.com> #2
au...@google.com <au...@google.com> #3
for the "out" bundle issue, this seems indeed an issue. for the second one reported adding "debugUpdateAPKArtifact" to the path, this WAI as there can more more than one transformer and we need to automatically separate them so they do not use the same output folder. for #3, I will look at it but it might be difficult to change it at this time.
au...@google.com <au...@google.com> #4
bi...@google.com <bi...@google.com> #5
Hello, this is a P1 S1 issue for a while now, and it's blocking us from upgrading to AGP 4.2 and further. What's the current status? And do you have plans to backport it to 4.2.x?
sa...@google.com <sa...@google.com> #6
no we don't have a plan to backport this. why is this blocking you from upgrading ?
sa...@google.com <sa...@google.com> #7
We sign apk's and bundles via internal service, and i don't know another way to interact with artifacts;
Yesterday i ended up with some ugly workaround:
ph...@gmail.com <ph...@gmail.com> #8
I commented on the merge request but to summarize :
you can set your signing tasks output folder to wherever you need to be :
artifacts.use(target.tasks.signedApkTaskProvider(this)).configure { signedDirProperty.set(File("/path/to/where/you/want/your/signed/files")) }
if you don't set it, then we will set a directory automatically.
pa...@gmail.com <pa...@gmail.com> #9
Thanks, Jerome!
Description
DESCRIBE THE ISSUE IN DETAIL: Gradle 8.0-milestone-2 causes exception in AGP
STEPS TO REPRODUCE:
Expected:
No exceptions
Actual:
Exception
AGP is using internal API that just got refactored inhttps://github.com/gradle/gradle/commit/8b7dda9a763379c031712ceabcf9ec04cbf87a5e
Note, this does not fail the build, but it does print a giant exception to the log.