We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Works, thanks @philikon
Merge pull request andreasgal#287 from ahal/disabled_category
9ebfaca
Bug 926607 - add disabled category to mach bootstrap, r=jgriffin
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: