It's been a while since I opened android studio. It's all good until today. Today the android emulator can't connect to the internet (tried with chrome browser and my application in the emulator), altough it's wifi is connected. How to fix this?
I already tried:
- your_path_of_android_sdk\tools\emulator -avd -dns-server 8.8.8.8, but failed with message: PANIC: Missing emulator engine program for 'x86'
- remove emulator, and add a new one from AVD manager
- restart pc
- reinstall android studio
emulator wifi settings (auto ip / dhcp): Nexus 5S Api 28
- ip address: 192.168.232.2
- gateway: 192.168.232.1
- subnetmask: 255.255.248.0
- dns: 10.0.2.3
Is there a possibility I accidentally uninstall something important / removing network adapter in the 'Control Panel\Network and Internet\Network Connections' ? ( there is only one adapter in there )
Images: