Search code examples
androidnetworkingemulation

Android Emulator is not connecting to internet


I am using TATA PHOTON PLUS. Android Emulator browser is unable to connect to internet. The "web page not available" message is coming. Do we need to make any settings for making it to connect to internet? Please help.


Solution

  • Goto

     ...\android-sdk-windows\tools>
    

    and write the following and check

    emulator -avd your_avd_name -dns-server 8.8.8.8
    

    don't forget to close your previously running AVD, before applying these steps. Hope it works for you thanks.