adb 无法连接到 127.0.0.1:5555
我试图按照此答复中提供的说明来回答更快的问题亚行。然而,在执行步骤 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
仅晚了 4 个月,但如果您家里有路由器(很有可能),那么请使用桥接适配器,以便它成为您家庭网络上的另一个设备。那么你可以
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 命令之前,大多数使用 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