I am developing an app which requires access to internet connection . But due to college proxy stuff I am unable to access internet . I have addded permission in my manifest file : <uses-permission android:name="android.permission.INTERNET"/>
Also I also tried Windows->Preferences->android->launch -dns-server 8.8.8.8,8.8.4.4 Alternatively I tried to open emulator from command line - emulator - avd <avd name> -http-proxy <myproxy:port> . But both of them not worked . Any ideas ?? -- 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

