http://stackoverflow.com/questions/4529784/android-cannot-access-localhost

I started a local http server on Android and it can be reached by other computers in the same local network. But if I try to access this server using opera on the same phone, it won't work. So this means we are not able to access localhost on Android? Thanks!


I am using a device, it is not duplicated. I also tried 10.0.2.2 but still get nothing.


问题是这样的,android模拟器(simulator)把它自己作为了localhost,也就是说,代码中使用localhost或者127.0.0.1来访问,都是访问模拟器自己!这是不行的!


如果你想在模拟器simulator上面访问你的电脑,那么就使用android内置的IP 10.0.2.2 吧, 10.0.2.2 是模拟器设置的特定ip,是你的电脑的别名alias记住,在模拟器上用10.0.2.2访问你的电脑本机.

更多相关文章

  1. 在eclipse中查看Android(安卓)SDK源代码
  2. jQ.Mobi源代码
  3. Android(安卓)- webview通过js调用Android方法
  4. android中的数据存取-方式二:file(文件)
  5. android 判断是白天还是晚上,然后设置地图模式
  6. 从源代码编译Android(CyanogenMod For Hero GSM)【转】
  7. Android示例HelloGallery中R.styleable unresolved的解决办法
  8. Android(安卓)Snippet
  9. CM13.0代码下载

随机推荐

  1. android的属性
  2. android:layout_gravity="bottom"不起作
  3. android 利用ksoap2方式连接webservice
  4. android drawable中的state属性说明
  5. Android消息推送时刻
  6. 14条Android Studio常用的的配置
  7. Android学习笔记__1__Android体系架构
  8. 修改android virtual device路径
  9. Android 底部导航栏
  10. 巧解Android时区加载过慢的问题