4

我有一个用例,我在 Android 设备上运行的应用程序需要与在 Win7 PC 上运行的 Web 服务进行通信。这是使用 Wi-Fi 成功实现的。但现在我需要使用 USB 连接来实现这一点,因为我们可能没有在客户处工作的 Wi-Fi。

Android 设备是无根的。我不能使用“反向网络共享应用程序”,因为它需要设备被植根。

以下链接有相同的问题,但没有任何答案:

从 USB 连接的 Android 移动设备访问 PC 的本地主机

有人对此有答案吗?

4

1 回答 1

0

I've done this before. Try this:

  • On your Android device enabled USB debugging

    • Android 3.2 or older, you can find the option under Settings > Applications > Development.
    • On Android 4.0 and newer, it's in Settings > Developer options.
  • On your Android device open the browser and visit http://192.168.2.2 (this assumes your web services is on port 80)

于 2013-03-19T17:49:43.437 回答