tags:

views:

21

answers:

1

Hi,

I am trying to build an app that accesses the sms on android os. But i dont have an android device.. so how to add some dummy sms on to the avd so that i can test my app on those sms?? or any other way out?

Thanks.

+2  A: 

In DDMS there is a tab named "Emulator Control" you can send SMSs or Calls to the emulator from there

Ravi Vyas