android:我的应用程序无法在模拟器上访问互联网

时间:2012-08-23 10:41:37

标签: android

我开发了Android应用程序,它在真实设备上运行良好,可以访问互联网,但是当我在模拟器上运行它时无效(无法访问互联网)。

我可以在模拟器上访问互联网,我使用互联网浏览器检查过(能够从模拟器的浏览器打开几个网页),但我的应用程序无法使用它。

任何人都可以帮助我,为什么会出现这个问题?

谢谢。

3 个答案:

答案 0 :(得分:0)

嗨即使我也遇到过这个类似的问题..我尝试了以下的事情并且工作正常

  1)close your emulator
  2)Kill the adb process
  3)start the adb
  4) restart your eclispse than run it again..

我希望它可能有用....对我来说它有用......

答案 1 :(得分:0)

做两件事:

     - Recheck your manifest file that it has internet permission or not 

    - Do this on your eclipse Run->Run config->select your app then go to Target->put -dns-server 8.8.8.8 in Additional commandline option for your emulator and run;

希望这有助于:)欢呼:)

答案 2 :(得分:0)

尝试从命令行运行它。 emulator -avd Machine2.3 -no-boot-anim -dns-server 8.8.8.8