I am running Ubuntu 24.04.2 LTS, and launching the Android emulator using command line and, the following arguments: -debug-init -no-snapshot -writable-system -selinux permissive -wipe-data
The issue I have - there's no internet connection on the emulator. When I try to check from the shell, I have:
adb shell ping 8.8.8.8
connect: Network is unreachable
I tried to pass other parameters to the command line: -dns-server 8.8.8.8 but no results.
I configured my WiFi to have DNS server 8.8.8.8, doesn't seem to help.
adb shell ip route show
10.0.2.0/24 dev radio0 proto kernel scope link src 10.0.2.15
Seems like I don't have a network adapter? but don't know how to fix it. Any thoughts?