Android emulator: Set mobile device number?

后端 未结 6 591
北海茫月
北海茫月 2020-12-29 17:24

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.

6条回答
  •  时光说笑
    2020-12-29 18:19

    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.

提交回复
热议问题