Fixed
Status Update
Comments
di...@google.com <di...@google.com>
da...@raileasy.co.uk <da...@raileasy.co.uk> #2
Information redacted by Android Beta Feedback.
di...@google.com <di...@google.com>
jg...@google.com <jg...@google.com>
an...@google.com <an...@google.com> #3
I'm sure you're working on this and making sure this doesn't permate into the public build but I unfortunately had to opt-out of beta builds and wipe my phone back to public 15.
Now on build Number AP4A.241205.013.B1
Can confirm I can now screen mirror again through android studio or any dev screen share.
Now on build Number AP4A.241205.013.B1
Can confirm I can now screen mirror again through android studio or any dev screen share.
tn...@google.com <tn...@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!
di...@google.com <di...@google.com> #5
It will be available in the next version of the plugin. It will be released manually once the required maven libraries (with the latest changes) are published. We do not want to release this automatically just yet. The end goal is to make it part of AGP and Studio
Description
I'm having difficulty getting screenshot testing to work.
When I run the
updateDebugScreenshotTest
target, the build fails with a message from Kotlin coroutines:I've tried various things to make this work. But ultimately, I don't think I should have to do anything special to make this work: the app runs fine on a device, and screenshot previews do work fine inside the IDE. So there must be something wrong with the way we're transferring the dependency graph used by the IDE to the screenshot task, or something like that.
I've made my sample project available here:https://drive.google.com/file/d/1YIDqlLa1R1HWzzZ43pPGyCLM1bXfliTK/view?usp=sharing . The project doesn't make a lot of sense -- I've stripped it down from a real project -- but it reproduces this exact problem; you can open it up in Studio and see the preview, and you can build the project, but the update screenshot task fails with the full exception: