adb 无法连接到 127.0.0.1:5555

发布于 2024-11-16 08:05:36 字数 550 浏览 1 评论 0原文

我试图按照此答复中提供的说明来回答更快的问题亚行。然而,在执行步骤 6 时,我遇到了错误无法连接到 127.0.0.1:5555

我的设置与链接中描述的设置的唯一区别是我使用的是 VMware。在虚拟机设置过程中,我没有看到任何设置“网络:PCnet-Fast III”的选项,但它已经设置为 NAT。 (好吧。请原谅我,因为我对网络方面还不太熟悉。)

netcfg 给了我

lo   UP   127.0.0.1 255.0.0.0 0x00000049
eth0 DOWN 0.0.0.0   0.0.0.0   0x00001002

任何提示吗?

谢谢!

(顺便说一句,抱歉,如果链接到另一个线程/答案在 StackOverflow 中是不好的形式。我习惯了论坛讨论,并且在我链接到的线程中,我不再看到添加评论或其他内容。)

I was trying to follow the instructions provided in this reply to the question of having a faster adb. However upon doing step 6, I run into the error unable to connect to 127.0.0.1:5555.

The only difference in my set-up from the one described in the link is that I am using VMware. During VM set-up, I didn't see any options to set-up a "Network: PCnet-Fast III", but it is already set to NAT. (Okay. Pardon me as I am not very comfortable with networking stuff yet.)

Doing netcfg gives me

lo   UP   127.0.0.1 255.0.0.0 0x00000049
eth0 DOWN 0.0.0.0   0.0.0.0   0x00001002

Any hints?

Thanks!

(BTW, sorry if linking to another thread/answer is bad form in StackOverflow. I'm used to forums discussion and, in the thread I linked to, I no longer see anyway to add a comment or something.)

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

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

发布评论

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

评论(2

梦初启 2024-11-23 08:05:36

仅晚了 4 个月,但如果您家里有路由器(很有可能),那么请使用桥接适配器,以便它成为您家庭网络上的另一个设备。那么你可以

./adb connect 192.168.0.5

Only 4 months late, but if you have a router at home (which is very likely), then use a Bridged Adapter, so that it becomes another device on your home network. You can then

./adb connect 192.168.0.5
眼眸里的快感 2024-11-23 08:05:36

哦,我找到答案了。在使用 adb connect 命令之前,大多数使用 adb Kill-server 命令。请参阅以下网址。感谢大家。
android-x86.org

oh i find answer. before use adb connect command most use adb kill-server command. see following url. thanks to all.
android-x86.org

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