1

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.

Delay
  • 93
  • 3
  • 9

2 Answers2

0

Actually you make call or receive sms only from emulator extended controls.you cannot do them from your emulator.The number 5554 is device id it's not the device's phone number.

Abilash
  • 313
  • 5
  • 15
0

I reinstall android studio and problem solved

Delay
  • 93
  • 3
  • 9