




OEPE (see Section 2.3, "Setting Up OEPE") Now launch your emulator with emulator -dns-server 8.8.8.8 command from the terminal which forces the emulator to use 8.8.8.8 as its DNS and the emulator will have internet.2.2.1 What You Need to Develop an Application for iOS Platformīefore you start creating a MAF application for iOS, ensure that you have the following available: So the trick is that you have your google DNS(8.8.8.8) configured in your network settings after your default router settings - this part takes care of downloading the dependencies from jcenter() and the sync and build succeeds. But if i change the DNS in my network settings, the google-services plugin which fetches your dependencies especially the one's getting downloaded from jcenter() will not be downloaded and hence your sync will fail which eventually fails your build. The problem is when you are connected through the router, the androidwifi in your emulator uses the settings and the sets the DNS to something other than 8.8.8.8 which is the google DNS(I presume this is kinda mandatory setting for the androidwifi to gain internet access). While this works most of the time, there might also be other reasons which may not fix from this : I figured the problem with this and fixed it. Restart the emulator, and it should solve:Įdit: This is the fix for a situation when the emulator's wifi has changed the DNS to some non-working DNS. 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 > DNSĭelete whatever entries you have there and add these two entries (Screenshot below): 8.8.8.8 Set the Preferred and Alternate DNS servers as (Screenshot below) : 8.8.8.8 Double Click on Internet Protocol Version 4 (TCP/IPv4).Open Network and Sharing Center and click on current Connection.Stated below are the solutions for Windows and Mac, but similar solutions will work on any OS: I then enabled WiFi on my laptop and everything worked.WiFi symbol now look like this: WiFi symbol connected) After reboot with laptop WiFi disabled the emulator showed proper WiFi connection (emulator still shows AndroidWifi but is connected to my laptop internet.Did a cold boot on the emulator (AVD Manager -> on emulator actions -> Cold Boot Now).I read about it being caused by LAN card and WiFi being enabled, and some approaches seemed complicated to me, so I simply tried this, and it worked:
