服务未在 Android 中使用本地 WAMP 进行调用

发布于 2024-10-14 03:27:23 字数 306 浏览 1 评论 0原文

我想知道如何使用WAMP创建虚拟主机。

我已经用 PHP 为我的 Android 应用程序创建了一个 Web 服务,并将其托管在本地 WAMP 服务器上。

当我使用应用程序调用网络服务时,出现错误

01-24 12:51:14.685:
警告/系统错误(476):
java.net.ConnectException:
本地主机/127.0.0.1:80 - 连接 拒绝

当我从本地 WAMP 服务器调用 Web 服务时,这是一个错误。

I want to know that how to create a virtual host using WAMP.

I have made a webservice in PHP for my Android application and hosted it on a local WAMP server.

When I call the webservice using application, it gives an error

01-24 12:51:14.685:
WARN/System.err(476):
java.net.ConnectException:
localhost/127.0.0.1:80 - Connection
refused

This is an error when I am calling the webservice from my local WAMP server.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

黑寡妇 2024-10-21 03:27:23

您是否正在尝试连接到与 Android 模拟器在同一台开发计算机上运行的网络服务器?如果是这样,请在 Android 模拟器中尝试使用 10.0.2.2 而不是 localhost。

有关为什么需要这样做的更多信息,请阅读:http://developer .android.com/guide/developing/tools/emulator.html#emulatornetworking

Are you trying to connect to a webserver running on the same development machine as your Android emulator? If so, from within the Android emulator try using 10.0.2.2 instead of localhost.

For more information about why this is necessary, read this: http://developer.android.com/guide/developing/tools/emulator.html#emulatornetworking

韬韬不绝 2024-10-21 03:27:23

我记得,wamp菜单顶部有一个按钮,可以让你将服务器设置为“在线”,这样你就可以获取服务器的IP。

你尝试过吗?

顺便说一句,您能否将呼叫发布到网络服务,以便我们了解更多详细信息?

As I remember, there is a button at the top of the wamp menu that gives you to set the server "online", which gives you to obtain the IP of the server.

Did you tried that?

BTW can you post the call to the web service so we can have more details?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文