set permission for internet in your manifest file. <uses-permission android:name="android.permission.INTERNET<http://developer.android.com/reference/android/Manifest.permission.html#INTERNET> " />
- Anurag Singh On Sat, May 1, 2010 at 6:11 PM, bhuether <[email protected]> wrote: > I juust installed the SDK and then added the 1.6 component. THen I > created an AVD. WHen I lauch the AVD (inidentally, there is a brief > error message saying could not load preferences) and try and login, it > says no network conenction. THe computer definitely has an internet > connection, otherwise I could not write this message.. Evberything I > have read suggests you don't have to do anything special to get > internet access in the emulator. My computer's internet connection is > via LAN, which conencts to a 3G router. I read something about using > 10.0.2.2 in the proxy settings, but when I specify that in ther SDK, > the SDK hangs upon launch as it tries to find the repositiry, or > whatever it does at startup. > > Any advice is appreciated! > > thanks, > > Brian > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

