Android Studio – Android Emulator Wifi Connected with No Internet

Stated below are the solutions for Windows and Mac, but similar solutions will work on any OS:

  1. On Windows

    • Open Network and Sharing Center and click on current Connection
    • Click on Properties
    • Double Click on Internet Protocol Version 4 (TCP/IPv4)
    • Set the Preferred and Alternate DNS servers as (Screenshot below) :

      8.8.8.8
      8.8.4.4
      
  2. On Mac

    • Go to Settings > Network > Advanced… > DNS
    • Delete whatever entries you have there and add these two entries (Screenshot below):

      8.8.8.8
      8.8.4.4
      

      Note: For Mac users, if the entries field is disabled and you’re not able to edit it, click on the ‘Lock’ icon in the bottom area of that window and enter the password to be able to make changes

Restart the emulator, and it should solve:

Screenshots:

  1. Windows

Android emulator not connecting to internet solution on windows

  1. Mac

Android emulator not connecting to internet solution on a mac


Edit: This is the fix for a situation when the emulator’s wifi has changed the DNS to some non-working DNS. While this works most of the time, there might also be other reasons which may not fix from this solution.

Leave a Comment