Fixed
Status Update
Comments
ws...@gmail.com <ws...@gmail.com> #2
Is this fixed? I'm still seeing this issue with AGP 8.1.0-beta01 + Gradle 8.1
pa...@google.com <pa...@google.com>
ws...@gmail.com <ws...@gmail.com> #3
The fix has not been landed.
bo...@google.com <bo...@google.com>
wd...@google.com <wd...@google.com> #4
Due to this bug in CI we hit configuration cache invalidation 100% of the time. Can we make sure the fix lands soon? And especially before 8.1.0 stable.
wd...@google.com <wd...@google.com> #5
I cc'ed you on the CL which should be landed this week.
jo...@inspiretek.io <jo...@inspiretek.io> #6
Aurimas, is this 8.1 blocking for Androidx? If not, feel free to remove the "Blocking release" label.
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.