在模拟器中获取系统IP地址

发布于 2025-01-06 05:44:31 字数 76 浏览 0 评论 0原文

任何人都可以建议模拟器的解决方案来获取我自己的本地IP(不是 10.0.2.15)?但我想得到我的系统的实际IP。有没有 解决办法吗?

Can anyone suggest a solution for emulator to get my own local IP (not
10.0.2.15)? But i want to get my actual IP of my system. Is there any
solution to it?

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

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

发布评论

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

评论(1

云归处 2025-01-13 05:44:31

模拟器正在使用您已经发现的专用网络,但是您可以激发意图来获取您的公共 IP 地址

$ adb shell am start -a android.intent.action.WEB_SEARCH -e query "what is my ip"

运行这是模拟器的 shell 将打开浏览器并向您显示您的公共 IP 地址。

The emulator is using a private network, which you already found out, however you can fire an intent to get your public IP address

$ adb shell am start -a android.intent.action.WEB_SEARCH -e query "what is my ip"

Running this is the emulator's shell will open the Browser and show you your public IP address.

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