1
I think this is a problem of the version of Android Emulator you are using.
I say this because I came across this problem and it disappeared when I upgraded to version 26.1.2.
To check which version you have installed, in the icons at the top, click on the "SDK Manager" icon, the one before ?. In the SDK Tools tab see which version of Android Emulator.
During this period I solved the problem by launching the emulator via command:
Open Notepad and create a file with this content(source):
start C:\Users\NomeUtilizador\AppData\Local\Android\sdk\emulator\emulator.exe -avd Nexus_5X_API_24 -dns-server 8.8.8.8
- Substitute
NomeUtilizador
for his. - Substitute
Nexus_5X_API_24
by the name of the emulator you want to launch - Give it a name and record, then change the extension of
.txt
for.bat
.
Use it to launch the emulator.