Home:ALL Converter>Warning : no dns servers found android studio

Warning : no dns servers found android studio

Ask Time:2016-02-10T05:10:56         Author:Myll Soull

Json Formatter

when im trying to run an emulator on android studio an error pops up - warning dns servers not found. how can I solve this problem? its on android studio

Author:Myll Soull,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/35302262/warning-no-dns-servers-found-android-studio
Omal Perera :

Please make sure that you are connected to internet. That should be the problem.\n\nexplanation : At startup, the emulator reads the list of DNS servers that your system is currently using. It then stores the IP addresses of up to four servers on this list and sets up aliases to them on the emulated addresses 10.0.2.3, 10.0.2.4, 10.0.2.5 and 10.0.2.6 as needed.So it needs internet connection to deal with them. \n\nWhen starting the emulator at the command line, you can also use the -dns-server <serverList> option to manually specify the addresses of DNS servers to use, where <serverList> is a comma-separated list of server names or IP addresses.",
2016-02-09T21:22:41
yy