在 Android 个模拟器之间发送短信
Send SMS between Android emulators
我可以使用 "extended controls"->"phone"
向模拟器发送短信
并使用命令行:
$ adb -s emulator-5554 emu sms send 5551234 Hello Android
但我无法像这样使用内置短信应用程序发送和接收短信:
我使用 android studio 2.2。
实际上,您只能通过扩展模拟器拨打电话或接收短信 controls.you 无法通过您的 emulator.The 号码拨打电话或接收短信 5554 是设备 ID,它不是设备的 phone 号码。
我重新安装 android studio 并解决了问题
我可以使用 "extended controls"->"phone"
向模拟器发送短信并使用命令行:
$ adb -s emulator-5554 emu sms send 5551234 Hello Android
但我无法像这样使用内置短信应用程序发送和接收短信:
我使用 android studio 2.2。
实际上,您只能通过扩展模拟器拨打电话或接收短信 controls.you 无法通过您的 emulator.The 号码拨打电话或接收短信 5554 是设备 ID,它不是设备的 phone 号码。
我重新安装 android studio 并解决了问题