在Android模拟器之间发送短信

时间:2017-02-20 15:31:03

标签: android android-studio android-sms

我可以使用"扩展控件" - >"电话"

将短信发送到模拟器

enter image description here

并使用命令行:

$ adb -s emulator-5554 emu sms send 5551234 Hello Android

但是我无法发送和接收带有内置短信应用程序的短信:

enter image description here

我使用android studio 2.2。

2 个答案:

答案 0 :(得分:0)

实际上,您只能通过模拟器扩展控件拨打电话或接收短信。您无法通过模拟器进行短信操作。编号5554是设备ID,而不是设备的电话号码。

答案 1 :(得分:0)

我重新安装了android studio并解决了问题