79080407

Date: 2024-10-12 07:34:19
Score: 0.5
Natty:
Report link

One more solution with DNS but without passing it to emulator manually (works when launching from Android Studio):

  1. Open /home/<username>/.android/avd/<avd_name>.avd/user-settings.ini.
  2. Add line commandLineOptions=-dns-server 8.8.8.8 or whichever DNS you need.
  3. Restart emulator.

Found in the sources.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AndreKud