连接 adb 时无法连接互联网

发布于 2024-12-08 10:33:37 字数 184 浏览 1 评论 0原文

我在 Windows 7 操作系统中使用 virtualbox 4.1.2 和 android x86。我使用了两台 PCNet Fast III,一台用于 NAT,另一台用于 Host-Only 适配器。我能够使用 netcfg 来连接两个以太网,我能够连接到 adb,但我无法在 android x86 上访问互联网。

我哪里做错了?

I'm using virtualbox 4.1.2 and android x86 in a Windows 7 OS. I used Two PCNet Fast III, one for NAT and another for Host-Only Adapter. I was able to use the netcfg to up the two ethernet, I was able to get connected to adb, but I couldn't get to the internet on the android x86.

Where did I go wrong?

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

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

发布评论

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

评论(1

空城仅有旧梦在 2024-12-15 10:33:37

两个网络接口扰乱了路由。您应该仅使用一个带有 NAT 的接口,并使用 VirtualBox 的 NAT 端口转发来转发适当的端口 5555。

现在您将能够使用“adb connect localhost:5555”或简单的“adb connect”进行连接。

Two network interfaces mess up routing. You should use only one interface with NAT, and forward appropriate port 5555 using VirtualBox's NAT port forwarding.

Now you'll be able to connect using "adb connect localhost:5555" or simply "adb connect".

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