Status Update
Comments
ws...@gmail.com <ws...@gmail.com> #2
Adding 2 more thread dumps from another freeze. Again after switching branches and updating from git.
pa...@google.com <pa...@google.com>
ws...@gmail.com <ws...@gmail.com> #3
Thanks for the report. I believe that this is fixed in our development branch, and also in the branch that will become Ladybug Feature Drop Beta. If you could verify that this doesn't happen in a nightly build (from
bo...@google.com <bo...@google.com>
wd...@google.com <wd...@google.com> #4
Sorry, I have not tried it on the nightly build, but since then I updated to Meerkat and I have not seen the freeze afterwards.
wd...@google.com <wd...@google.com> #5
That's good to hear. I think that the fix (which for reference was
For the record I am also arranging for
Thanks for the confirmation!
jo...@inspiretek.io <jo...@inspiretek.io> #6
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 Ladybug Feature Drop | 2024.2.2 RC 1
- Android Gradle Plugin 8.8.0-rc01
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!
wd...@google.com <wd...@google.com> #7
Ucfucuccj
wd...@google.com <wd...@google.com> #8
Hyxucyccchccjch
Description
DESCRIBE THE ISSUE IN DETAIL: The emulator CLI's -dns-server option does not seem to work on API 31 or newer.
STEPS TO REPRODUCE:
dnsmasq -dq
emulator -avd emulator31 -dns-server 127.0.0.1
adb shell ping www.reddit.com
However, on API 30, these same steps will result in the dnsmasq showing the queries to reddit.com:
We need to override some DNS entries in order to test our app in environments that do not have external internet access, but it stopped working in API 31 or newer.