Fixed
Status Update
Comments
pa...@google.com <pa...@google.com>
ws...@gmail.com <ws...@gmail.com> #3
Which version? I don't see an option in 33.1.2
bo...@google.com <bo...@google.com>
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 Emulator 33.1.4
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
Thnx
wd...@google.com <wd...@google.com> #8
Gracias
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.