Search code examples
androidandroid-studioandroid-sms

Send SMS between Android emulators


I can send sms to a emulator with "extended controls"->"phone"

enter image description here

and with command line :

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

but i can't send and receive sms with built-in sms application like this :

enter image description here

i use android studio 2.2.


Solution

  • I reinstall android studio and problem solved