Assigned
Status Update
Comments
jv...@google.com <jv...@google.com>
lf...@google.com <lf...@google.com>
hu...@google.com <hu...@google.com> #2
Interesting, we used to filter out the local ipv6 as dns server.
sa...@peilicke.de <sa...@peilicke.de> #3
I can confirm that removing the IPv6 nameserver in /etc/resolv.conf
fixes the networking issue for me.
The underlying issue is filed many times, a bit of bug triaging won't hurt:
Description
Studio Build: 3.6.3
OS: MacOS 10.14.6
Steps to Reproduce:
Expected:
Able to browse to a url, notification bar should show wifi connected icon
Actual:
Unable to browse to a url, notification bar show wifi icon with "x"
Workaround:
Starting the newly created avd via cli with
-dns-server <dns.server.ip.address>
allows domain names to be resolved and network access works.Likewise removing the following line from
/etc/resolv.conf
:nameserver fe80::1
allows the avd to start normally without having to specify dns on command line.