如何找到android模拟器的端口号来发送短信

发布于 2024-12-08 15:46:36 字数 88 浏览 0 评论 0原文

我正在开发 Android 消息应用程序,我需要知道模拟器的端口号,以便通过向该模拟器发送短信来测试我的应用程序,在哪里可以找到端口号?我是 Android 新手

i am developing android messaging application i need to know port number of emulator to test my application by sending SMS to that emulator where can i find port number?i am new to android

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

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

发布评论

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

评论(2

把时间冻结 2024-12-15 15:46:36

用途:

adb emu sms send 5551234 "text"

发送短信到模拟器。

Use:

adb emu sms send 5551234 "text"

to send sms to emulator.

め七分饶幸 2024-12-15 15:46:36

您还可以使用 Eclipse 中的 DDMS 透视图向模拟器发送 SMS。
默认情况下,发送短信的窗口位于屏幕左侧中间。
如果尚未选择,请务必在上面的窗口中选择您的模拟器。

You can use the DDMS perspective in Eclipse to send an SMS to your emulator as well.
By default the window to send an SMS is on the left side of the screen in the middle.
Be sure to select your emulator in the window above if it is not already selected.

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