Status Update
Comments
xa...@google.com <xa...@google.com> #2
We should also take this fix for CM patch 1.
ga...@google.com <ga...@google.com> #3
This is now merged in AGP 7.2, 7.3 and 7.4 branches. Fix should land in: 7.2.1, 7.3.0-beta02, 7.4.0-alpha03.
Change id: Ic732d08800a75ac5bb3db8260b2071107a328fe0
sa...@google.com <sa...@google.com> #4
sa...@google.com <sa...@google.com> #5
This issue has been fixed in Chipmunk Final Patch1(Build #AI-212.5712.43.2112.8609683) with AGP 7.2.1
js...@twitter.com <js...@twitter.com> #6
Thank you for the fix. This is preventing us from adopting 7.2.
Do you have when will 7.2.1 is expected to be available?
li...@gmail.com <li...@gmail.com> #7
de...@google.com <de...@google.com> #8
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Dolphin Beta 2 (2021.3.1.11)
- Android Gradle Plugin 7.3.0-beta02
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
sh...@gmail.com <sh...@gmail.com> #9
Android Studio Dolphin | 2021.3.1 Beta 3
Build #AI-213.7172.25.2113.8684940, built on June 6, 2022
Runtime version: 11.0.13+0-b1751.21-8125866 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 1280M
Cores: 4
sh...@gmail.com <sh...@gmail.com> #10
ga...@google.com <ga...@google.com> #11
Re #9, #10: Thanks for reaching out. Please file a new issue as the root cause is probably different.
Description
(follow-up from https://issuetracker.google.com/206947890#comment18 )
Using the attached project and synching it fails with StackOverflow exception.
The issue is that there is a circular dependency between
com.huawei.hms:network-framework-compat:5.0.4.300
andcom.huawei.hms:network-common:5.0.4.300
in the POM files.Still, the import should not fail, and it should handle this case.