连接 adb 时无法连接互联网
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两个网络接口扰乱了路由。您应该仅使用一个带有 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".