Using the AVD Manager , I created two devices - one with API level 22 and one with API level 23 .
By loading both devices with the emulator, I would like to make calls and send SMS from one to the other.
The API 22 emulator is on the 5554
port.
The API 23 emulator is on the 5556
port.
I tried to dial and send a message from one to the other using the port of each one, but I did not succeed.
Just to note, I can simulate links and send messages using the emulator itself, but not itself to one another.
I'm using Windows 10 and Android Studio.
Has anyone ever been through this?