Does anyone know if its possible to set the emulator\'s mobile number? I have not been able to find information about this anywhere. Thanks.
As I have found each emulator already has a phone number. If you run two emulators you can call from one emulator to another. To find out this phone numbers you can run in the terminal window:
Path\To\Your\Android\Sdk\platform-tools>adb devices
List of devices attached
emulator-5554 device
emulator-5556 device
First phone number is +15555215554
, second +15555215556
, i.e. phone number is prefix +1555521
plus emulator suffix 5554
or 5556
.