Status Update
Comments
sp...@google.com <sp...@google.com> #2
Information redacted by Android Beta Feedback.
bi...@google.com <bi...@google.com> #3
Now on build Number AP4A.241205.013.B1
Can confirm I can now screen mirror again through android studio or any dev screen share.
hu...@google.com <hu...@google.com> #4
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 Meerkat Feature Drop | 2024.3.2 Canary 1
- Android Gradle Plugin 8.10.0-alpha01
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!
bi...@google.com <bi...@google.com> #5
je...@google.com <je...@google.com> #6
Hung, let's get an estimate on how much work this might be. I am not sure how many people will actually run into this in the wild (on one hand using a very old and deprecated feature and yet trying to opt in new Gradle features...)
hu...@google.com <hu...@google.com> #7
Hi Jerome, you're right this issue is low priority. However, the fix seems simple enough so I've just merged a fix for this.
hu...@google.com <hu...@google.com> #8
We've fixed this issue in
To work around this issue for AGP versions less than 8.10.0-alpha03, please remove android.enableJetifier = true
in gradle.properties
.
al...@jetbrains.com <al...@jetbrains.com> #9
Thank you! :)
an...@google.com <an...@google.com> #10
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 Meerkat Feature Drop | 2024.3.2 Canary 3
- Android Gradle Plugin 8.10.0-alpha03
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!
Description
Environment
Description
When using an isolated project (org.gradle.unsafe.isolated-projects=true) setup with the following structure:
app
(withcom.android.application
)lib
(withcom.android.library
)The
app
module depends onlib
via:During sync, the following error occurs:
This issue causes configuration cache problems.
The sample of the project has been attached.