Ringing myself using android emulator

后端 未结 4 1084
日久生厌
日久生厌 2020-12-29 07:40

I am developing a small application on Google\'s android emulator. I am trying to figure out how I can simulate a phone call from one instance of an emulator to another (bot

4条回答
  •  隐瞒了意图╮
    2020-12-29 08:08

    In order for calling the port number to work, both emulator instances must be started from the same android AVD manager process. Two separate 'android' processes launching different emulators will not be able to call each other.

提交回复
热议问题