B2G
B2G copied to clipboard
No internet access from qemu-ics
After building qemu-ics, anything that requires network access (like the browser app) just shows:
"Server not found".
I tried the workaround suggested by mwu, |setprop net0.dns 8.8.8.8|, but this didn't resolve the problem.
This should fix it:
adb shell setprop net.dns1 10.0.2.3
it worked for me last week. We could add this to the run-emulator.sh script.
Works, thanks @philikon