Upgraded to Sdk 2.3 - Now No Emulators Have Connectivity

Upgraded to SDK 2.3 - now no emulators have connectivity

I found a temporary solution for people having this problem.

You can start your AVD in CMD prompt like this

Windows

C:\program files\android\android-sdk-windows\tools\emulator -avd <avdname> -dns-server 8.8.8.8

Mac

cd ~/Library/Android/sdk/emulator
./emulator -avd <avdname> -dns-server 8.8.8.8

8.8.8.8 is google public DNS.

The problem seems to be that the emulator can't find the DNS your computer is currently using.

Android Emulator 2.3.3 with No Internet Connection

Yes it is

Android Emulator 'No Service'

Ah! found the solution.. I uninstalled the entire SDK and reinstalled it to C:/Android. I deleted the C:/Users/[your-name]/.android folder and recreated an avd. Voila.. Something in there worked!

[edit]
Actually it looks like you have to keep restarting the emulator until it connects. I will often get no service so I restart a bunch of times till it works.

Emulator in Android Studio doesn't start

I had the same problem. I just created the AVD with 768 MB RAM and it did run fine!

Android Emulator - No internet connectivity

The answer to my question:

Upgraded to SDK 2.3 - now no emulators have connectivity

should help

In particular "It doesn't seem to like systems that have 'obtain DNS automatically' set. I changed it to manual set to Norton's Public DNS and the emulator browser works straight off "



Related Topics



Leave a reply



Submit