1

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

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

谁能帮助我为什么会出现这个问题?

谢谢你。

4

3 回答 3

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;

希望这会有所帮助:) 干杯:)

于 2012-08-23T11:14:18.803 回答
0

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

于 2012-08-23T11:16:24.537 回答
0

嗨,即使我也遇到过类似的问题..我尝试了以下方法,效果很好

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

我希望它可以工作......对我来说它工作......

于 2012-08-23T11:04:37.017 回答